-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
31 lines (31 loc) · 917 Bytes
/
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
{
"name": "angular-grunt-coffeescript",
"author": "Roy Truelove <[email protected]>",
"description": "Seed project for large angularJs / grunt / coffeescrpt projects",
"bugs": {
"url": "https://github.com/roytruelove/angular-grunt-coffeescript/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/roytruelove/angular-grunt-coffeescript.git"
},
"engines": {
"node": ">= 0.8.4"
},
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.2",
"coffee-script": "1.6.2",
"grunt-contrib-clean": "0.4.0",
"grunt-contrib-coffee": "0.6.4",
"grunt-contrib-copy": "0.4.1",
"grunt-contrib-concat": "0.1.3",
"grunt-contrib-cssmin": "0.5.0",
"grunt-contrib-connect": "0.2.0",
"grunt-regarde": "0.1.1",
"grunt-contrib-livereload": "0.1.2",
"grunt-contrib-uglify": "0.2.0",
"grunt-coffeelint": "0.0.8"
},
"version": "0.2.0"
}