-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.16 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": "devmerge",
"description": "",
"version": "0.0.1",
"homepage": "http://www.devmerge.com/",
"author": {
"name": "Cofounders Pte. Ltd.",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "[email protected]:cofounders/devmerge.git"
},
"licenses": [{
"type": "All rights reserved"
}],
"scripts": {
"test": "grunt test",
"start": "grunt prod"
},
"dependencies": {},
"devDependencies": {
"grunt": "0.4.1",
"grunt-contrib-clean": "0.4.0",
"grunt-contrib-connect": "0.2.0",
"grunt-contrib-copy": "0.4.0",
"grunt-contrib-cssmin": "0.5.0",
"grunt-contrib-handlebars": "0.5.9",
"grunt-contrib-htmlmin": "0.1.1",
"grunt-contrib-imagemin": "0.1.4",
"grunt-contrib-jshint": "0.3.0",
"grunt-contrib-nodeunit": "0.1.2",
"grunt-contrib-requirejs": "0.4.1",
"grunt-contrib-stylus": "0.8.0",
"grunt-contrib-watch": "0.3.1",
"grunt-ghost": "1.0.10",
"grunt-open": "0.2.2",
"grunt-rev": "0.1.0",
"grunt-usemin": "0.1.11",
"backbone": "*",
"handlebars": "1.0.11",
"load-grunt-config": "0.5.0",
"requirejs": "*",
"underscore": "*"
},
"engines": {
"node": "0.10.1",
"npm": "1.2.14"
},
"keywords": []
}