This repository was archived by the owner on Nov 29, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.29 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "simplicity",
"version": "0.0.1",
"description": "UI to simlify city data",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Cameron Carlyle ccarlyle@ashevillenc.gov",
"license": "MIT",
"devDependencies": {
"angular-mocks": "^1.3.0",
"browser-sync": "^1.5.7",
"chai": "^1.9.2",
"chai-as-promised": "^4.1.1",
"del": "^0.1.3",
"event-stream": "^3.1.7",
"gulp": "^3.8.8",
"gulp-concat": "^2.4.1",
"gulp-filter": "^1.0.2",
"gulp-flatten": "0.0.3",
"gulp-inject": "^1.0.2",
"gulp-jshint": "^1.8.5",
"gulp-minify-html": "^0.1.6",
"gulp-ng-annotate": "^0.3.3",
"gulp-ng-html2js": "^0.1.8",
"gulp-rename": "^1.2.0",
"gulp-rev": "^1.1.0",
"gulp-sass": "^2.3.2",
"gulp-size": "^1.1.0",
"gulp-uglify": "^1.0.1",
"jshint-stylish": "^1.0.0",
"karma": "^0.12.24",
"karma-chai": "^0.1.0",
"karma-chai-plugins": "^0.2.3",
"karma-chrome-launcher": "^0.1.5",
"karma-jasmine": "^0.1.5",
"karma-mocha": "^0.1.9",
"karma-phantomjs-launcher": "^0.1.4",
"karma-spec-reporter": "0.0.13",
"mocha": "^2.0.1",
"node-sass": "^3.13.0",
"require-dir": "^0.1.0",
"sinon": "^1.10.3",
"sinon-chai": "^2.6.0"
},
"dependencies": {}
}