forked from sukhdeep1/developer-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 966 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 966 Bytes
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
{
"author": "CoreSpring",
"name": "developer-toolkit",
"version": "0.0.2",
"homepage" : "http://github.com/corespring/developer-toolkit",
"repository": {
"type": "git",
"url": "https://github.com/corespring/developer-toolkit.git"
},
"dependencies": {
"express": "*",
"jade": "*",
"connect-assets": "2.5.0",
"less": "*",
"coffee-script": "*",
"underscore": "*",
"nconf": "*",
"corespring": "https://github.com/corespring/corespring-js/tarball/master",
"bower": "1.2.4",
"grunt": "*",
"grunt-cli": "*",
"grunt-contrib-clean": "~0.4.1"
},
"engines": {
"node": ">= 0.6.0"
},
"scripts": {
"prepublish": "echo prepublish; ./prepublish",
"test": "grunt test --verbose"
},
"devDependencies": {
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-coffee": "~0.7.0",
"grunt-contrib-jasmine": "latest",
"grunt-shell": "0.3.1",
"grunt-contrib-jshint": "~0.5.4"
}
}