-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
70 lines (70 loc) · 1.86 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
69
70
{
"name": "crowbar-ui",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www.js",
"test": "./node_modules/karma/bin/karma start karma.conf.js --single-run --browsers PhantomJS --coverage",
"run-lints": "gulp lints"
},
"pre-commit": [
"run-lints",
"test"
],
"dependencies": {
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"express": "~4.13.1",
"jade": "~1.11.0",
"main-bower-files": "^2.13.1",
"mime": "^1.3.4",
"morgan": "~1.6.1",
"open": "0.0.5",
"require-dir": "^0.3.0",
"serve-favicon": "~2.3.0"
},
"devDependencies": {
"chai": "^3.5.0",
"debug": "~2.2.0",
"eslint-config-angular": "^0.5.0",
"eslint-plugin-angular": "^1.3.1",
"eslint-plugin-chai-expect": "^1.1.1",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "<2.2.7",
"gulp-bower": "0.0.13",
"gulp-cache": "^0.4.5",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.0",
"gulp-debug": "^2.1.2",
"gulp-environments": "^0.1.1",
"gulp-eslint": "^3.0.1",
"gulp-filter": "^4.0.0",
"gulp-imagemin": "^3.0.1",
"gulp-jade": "^1.1.0",
"gulp-jshint": "^2.0.1",
"gulp-less": "^3.1.0",
"gulp-less-import": "^1.0.0",
"gulp-lesshint": "^2.0.0",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.2.2",
"gulp-rsync": "0.0.6",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"jasmine": "^2.4.1",
"jshint": "^2.9.2",
"jshint-stylish": "^2.2.0",
"karma": "^1.3.0",
"karma-chai": "^0.1.0",
"karma-chai-sinon": "^0.1.5",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.1",
"karma-sinon": "^1.0.5",
"optional": "^0.1.3",
"pre-commit": "^1.1.3",
"run-sequence": "^1.2.2",
"sinon": "^1.17.5",
"sinon-chai": "^2.8.0"
}
}