-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.75 KB
/
package.json
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "GARDWizard",
"version": "1.2.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.7.1",
"chai": "^2.3.0",
"del": "^1.1.1",
"fs": "0.0.2",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "^1.6.0",
"gulp-autoprefixer": "^2.2.0",
"gulp-bump": "^0.3.0",
"gulp-csso": "^1.0.0",
"gulp-filter": "^2.0.2",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.2.1",
"gulp-inject": "^1.2.0",
"gulp-jscs": "^1.6.0",
"gulp-jshint": "^1.10.0",
"gulp-less": "^3.0.3",
"gulp-minify-html": "^1.0.2",
"gulp-ng-annotate": "^0.5.3",
"gulp-nodemon": "^2.0.3",
"gulp-plumber": "^1.0.0",
"gulp-print": "^1.1.0",
"gulp-replace": "^0.5.3",
"gulp-rev": "^3.0.1",
"gulp-rev-replace": "^0.4.0",
"gulp-task-listing": "^1.0.0",
"gulp-uglify": "^1.2.0",
"gulp-useref": "^1.1.2",
"gulp-util": "^3.0.4",
"jasmine-core": "^2.4.1",
"jscs": "^1.13.1",
"jshint-stylish": "^1.0.2",
"karma": "^0.13.19",
"karma-chai": "^0.1.0",
"karma-chai-sinon": "^0.1.4",
"karma-chrome-launcher": "^0.2.2",
"karma-coverage": "^0.3.1",
"karma-growl-reporter": "^0.1.1",
"karma-jasmine": "^0.3.6",
"karma-mocha": "^0.1.10",
"karma-phantomjs-launcher": "^0.1.4",
"karma-sinon": "^1.0.4",
"lodash": "^4.17.11",
"mocha": "^2.2.4",
"mocha-clean": "^0.4.0",
"node-notifier": "^4.2.1",
"sinon": "^1.14.1",
"sinon-chai": "^2.7.0",
"wiredep": "^2.2.2",
"yargs": "^3.8.0"
},
"dependencies": {
"body-parser": "^1.12.4",
"cors": "^2.6.0",
"express": "^4.12.3",
"morgan": "^1.5.3"
}
}