forked from gitana/alpaca
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.67 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
{
"name": "alpaca",
"scripts": {
"build": "./node_modules/.bin/gulp default",
"site": "./node_modules/.bin/gulp site",
"server": "./node_modules/.bin/gulp server",
"clean": "./node_modules/.bin/gulp clean",
"bower": "./node_modules/.bin/bower install"
},
"repository": {
"type": "git",
"url": "git://github.com/gitana/alpaca.git"
},
"license": "Apache-2.0",
"version": "1.5.27",
"main": "dist/alpaca/bootstrap/alpaca.js",
"devDependencies": {
"bower": "^1.8.8",
"cucumber": "~0.3.3",
"event-stream": "^4.0.1",
"express": "^4.16.4",
"grunt": "^1.0.3",
"grunt-aws-s3": "^2.0.2",
"grunt-cloudfront": "^0.2.2",
"grunt-invalidate-cloudfront": "^1.0.0",
"grunt-jsdoc": "^2.3.0",
"gulp": "^3.9.1",
"gulp-awspublish": "^3.4.0",
"gulp-bump": "^3.1.1",
"gulp-clean": "^0.4.0",
"gulp-concat": "^2.6.1",
"gulp-declare": "^0.3.0",
"gulp-handlebars": "^5.0.2",
"gulp-jshint": "^2.1.0",
"gulp-minify-css": "^1.2.4",
"gulp-nodemon": "^2.5.0",
"gulp-notify": "^3.2.0",
"gulp-order": "^1.2.0",
"gulp-rename": "^1.4.0",
"gulp-template": "^5.0.0",
"gulp-uglify-es": "^1.0.4",
"gulp-util": "^3.0.8",
"gulp-watch": "^5.0.1",
"gulp-wrap": "^0.14.0",
"gulp-wrap-umd": "^0.2.1",
"handlebars": "^4.7.6",
"jquery": "^3.5.1",
"jsdom": "^9.12.0",
"jshint": "^2.9.7",
"jshint-stylish": "^2.2.1",
"lodash": "^4.17.19",
"node-gyp": "^3.8.0",
"node-static": "^0.7.11",
"phantom": "^6.0.3",
"q": "^1.5.1",
"run-sequence": "^2.2.1",
"stream-browserify": "^2.0.1",
"through2": "^3.0.0",
"wd": "^1.12.1",
"wrench": "^1.5.9"
}
}