-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
51 lines (51 loc) · 1.37 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
{
"name": "cycle",
"version": "0.1.0",
"description": "Sequence front-end build automation.",
"repository": {
"type": "git",
"url": "https://github.com/aaerox/cycle.git"
},
"author": "Jon Daly",
"license": "ISC",
"bugs": {
"url": "https://github.com/aaerox/cycle/issues"
},
"bin": {
"cycle": "bin/cycle"
},
"engines": {
"node": ">= 0.10.26"
},
"preferGlobal": true,
"homepage": "https://github.com/aaerox/cycle",
"dependencies": {
"colors": "^0.6.2",
"connect": "^2.14.4",
"connect-livereload": "^0.3.2",
"express": "^4.0.0",
"grunt": "^0.4.5",
"grunt-autoprefixer": "^1.0.1",
"grunt-bower": "git://github.com/aaerox/grunt-bower.git",
"grunt-concurrent": "^1.0.0",
"grunt-consolidate": "^0.1.0",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-coffee": "^0.10.1",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-connect": "^0.7.1",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-cssmin": "^0.9.0",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-contrib-sass": "^0.7.3",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-grunticon": "^1.2.5",
"grunt-notify": "^0.2.20",
"grunt-prompt": "^1.3.0",
"grunt-sass": "^0.12.1",
"grunt-sync": "0.0.7",
"grunt-text-replace": "^0.3.11",
"ncp": "^0.5.0",
"node-sass": "0.8.4"
}
}