forked from gitana/alpaca
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.42 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
{
"name": "alpaca",
"scripts": {
"postinstall": "./node_modules/.bin/bower install",
"postupdate": "./node_modules/.bin/bower update",
"start": "./node_modules/.bin/gulp clean default"
},
"repository": {
"type": "git",
"url": "git://github.com/gitana/alpaca.git"
},
"license": "Apache-2.0",
"version": "1.5.17",
"devDependencies": {
"bower": "*",
"stream-browserify": "*",
"cucumber": "~0.3.3",
"event-stream": "*",
"express": "3.5.1",
"handlebars": "4.0.5",
"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-template": "^3.1.0",
"gulp-uglify": "*",
"gulp-util": "*",
"gulp-watch": "*",
"gulp-wrap": "^0.11.0",
"gulp-wrap-umd": "^0.2.0",
"jquery": "*",
"jsdom": "*",
"jshint": "*",
"jshint-stylish": "*",
"lodash": "",
"node-gyp": "*",
"node-static": "*",
"phantom": "0.6.3",
"q": "^1.0.1",
"run-sequence": "*",
"through2": "*",
"wd": "",
"wrench": "*"
},
"dependencies": {}
}