-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 913 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
32
33
34
35
36
37
38
{
"name": "Ultimate",
"version": "0.0.1",
"description": "========",
"main": "app.js",
"scripts": {
"start": "node app.js",
"debug": "node debug app.js"
},
"repository": {
"type": "git",
"url": "git://github.com/mrmarktyy/ultimate.git"
},
"author": "Mark Zhou",
"license": "MIT",
"bugs": {
"url": "https://github.com/mrmarktyy/ultimate/issues"
},
"homepage": "https://github.com/mrmarktyy/ultimate",
"dependencies": {
"sails": "0.9.16",
"grunt": "0.4.1",
"sails-disk": "~0.9.0",
"ejs": "0.8.4",
"optimist": "0.3.4",
"lodash-node": "2.4.1",
"node-uuid": "1.4.1"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-contrib-sass": "^0.7.3",
"grunt-contrib-watch": "^0.6.1",
"sails-mysql": "^0.9.10"
}
}