-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 loc) · 1.71 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
{
"name": "angular-curve",
"version": "0.0.0",
"description": "Description",
"homepage": "https://github.com/kenhkan/angular-curve",
"author": "Kenneth Kan <[email protected]>",
"licenses": {
"type": "MIT",
"url": "https://github.com/kenhkan/angular-curve/blob/master/LICENSE"
},
"repository": {
"type": "git",
"url": "https://github.com/kenhkan/angular-curve.git"
},
"engines": {
"node": "~0.10.21"
},
"scripts": {
"start": "grunt",
"test": "grunt karma:ci",
"build": "grunt build"
},
"dependencies": {
"auto-reload-brunch": "~1.7.1",
"bower": "~1.2.7",
"clean-css-brunch": "~1.7.1",
"coffee-script-brunch": "~1.7.3",
"coffeelint-brunch": "~1.5.0",
"css-brunch": "~1.7.0",
"eco-brunch": "~1.7.1",
"grunt": "~0.4.2",
"grunt-cli": "~0.1.11",
"grunt-brunch": "0.0.1",
"grunt-bump": "~0.0.6",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-watch": "~0.5.0",
"grunt-conventional-changelog": "~1.0.0",
"grunt-docker": "0.0.5",
"grunt-karma": ">0.5.0",
"grunt-shell-spawn": "~0.3.0",
"handlebars-brunch": "~1.7.2",
"html-brunch": "~1.6.1",
"html2jade": "~0.5.3",
"jade": "~0.35.0",
"jade-brunch": "~1.7.2",
"javascript-brunch": "~1.7.0",
"jshint-brunch": "~1.6.0",
"karma": ">0.9",
"less-brunch": "~1.7.0",
"sass-brunch": "~1.7.0",
"stylus-brunch": "~1.7.0",
"angular-templates-brunch": "~0.0.3",
"ngmin-uglify-js-brunch": "~1.7.2",
"autoprefixer-brunch": "1.7.3",
"http-server": "~0.6.1",
"appcache-brunch": "~1.7.1",
"brunch": "~1.7.13",
"lazy.js": "~0.3.2",
"glob": "~3.2.8",
"grunt-s3": "~0.2.0-alpha.3"
}
}