-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.9 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
{
"name": "pocketciv",
"version": "0.0.1",
"scripts": {
"postinstall": "./node_modules/bower/bin/bower install"
},
"dependencies": {
"node-static": "*",
"browserify": "~4.2.3",
"underscore": "~1.8.2",
"jed": "*",
"bower": "*",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-compass": "^0.9.1",
"grunt-contrib-watch": "*",
"grunt-concurrent": "^0.5.0",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-cssmin": "^0.9.0",
"grunt-contrib-htmlmin": "^0.2.0",
"grunt-contrib-imagemin": "~0.7.1",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-jade": "^0.11.0",
"grunt-contrib-sass": "^0.7.4",
"grunt-asset-injector": "^0.1.0",
"grunt-browserify": "^2.1.4",
"grunt-bower-task": "^0.4.0",
"grunt-spritesmith": "^3.6.0",
"grunt-autoprefixer": "~0.7.2",
"grunt-env": "~0.4.1",
"grunt-wiredep": "^1.8.0",
"express": "^4.8.4",
"generator-express": "^2.0.5",
"mongoskin": "~2.0.3",
"mongodb": "~2.0",
"kerberos": "~0.0",
"debug": "*",
"body-parser": "^1.6.4",
"signals": "^1.0.0",
"sprintf": "^0.1.4",
"mustache": "^0.8.2",
"time-grunt": "^0.3.2",
"jit-grunt": "^0.5.0",
"angular-sanitize": "0.0.1",
"grunt-preprocess": "^4.1.0",
"connect-livereload": "^0.4.1",
"karma-jasmine": "^0.1.5",
"grunt-express-server": "^0.4.19",
"jshint-stylish": "^0.1.5",
"grunt-build-control": "git://github.com/DaftMonk/grunt-build-control",
"grunt-newer": "^0.7.0",
"grunt-usemin": "^2.1.1",
"grunt-mocha-test": "^0.10.2",
"grunt-ng-annotate": "^0.2.3",
"grunt-nodemon": "^0.2.1",
"imagemin-mozjpeg": "^5.1.0",
"grunt-rev": "^0.1.0",
"underscore.deepclone": "^0.1.1",
"handlebars": "^3.0.3"
},
"devDependencies": {},
"engines": {
"node": "5.6.0",
"npm": "3.6.0"
}
}