-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
45 lines (44 loc) · 1.19 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
{
"name": "requirejs-seed",
"description": "A seed project used to keep track of what yo famous scaffolds....",
"version": "0.6.0",
"homepage": "https://github.com/Famous/requirejs-seed",
"author": {
"name": "Myles Borins",
"url": "http://github.com/Famous/"
},
"license": "ISC",
"repository": {
"type": "git",
"url": "git://github.com/Famous/requirejs-seed.git"
},
"bugs": {
"url": "https://github.com/Famous/requirejs-seed/issues"
},
"engines": {
"node": ">= 0.10.0"
},
"devDependencies": {
"grunt": "~0.4.4",
"grunt-bower-requirejs": "^1.1.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-htmlmin": "^0.3.0",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-eslint": "^2.0.0",
"grunt-jscs": "^1.0.0",
"grunt-processhtml": "^0.3.3",
"grunt-rev": "^0.1.0",
"grunt-usemin": "^2.1.1",
"load-grunt-config": "^0.16.0",
"time-grunt": "^1.0.0"
},
"scripts": {
"test": "grunt test"
}
}