forked from gitana/alpaca
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.2 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
{
"name": "alpaca",
"scripts": {
"postinstall": "./node_modules/.bin/bower install",
"postupdate": "./node_modules/.bin/bower update",
"start": "./node_modules/.bin/gulp clean default"
},
"version": "1.5.9",
"devDependencies": {
"bower": "1.3.*",
"cucumber": "~0.3.3",
"event-stream": "*",
"express": "3.5.1",
"grunt": "*",
"grunt-aws-s3": "^0.9.4",
"grunt-cloudfront": "^0.2.0",
"grunt-invalidate-cloudfront": "^0.1.5",
"grunt-jsdoc": "^0.6.1",
"gulp": "*",
"gulp-awspublish": "0.0.23",
"gulp-bump": "^0.1.11",
"gulp-clean": "*",
"gulp-concat": "*",
"gulp-declare": "*",
"gulp-handlebars": "4.0.0",
"gulp-jshint": "*",
"gulp-minify-css": "*",
"gulp-nodemon": "*",
"gulp-notify": "*",
"gulp-order": "*",
"gulp-rename": "*",
"gulp-uglify": "*",
"gulp-util": "*",
"gulp-watch": "*",
"gulp-wrap": "^0.11.0",
"gulp-wrap-umd": "^0.2.0",
"jquery": "*",
"jsdom": "3.1.2",
"jshint-stylish": "0.1.5",
"lodash": "",
"node-gyp": "0.11.0",
"node-static": "*",
"phantom": "0.6.3",
"q": "^1.0.1",
"run-sequence": "*",
"through2": "*",
"wd": "",
"wrench": "*"
}
}