forked from balderdashy/seed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 1.04 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
{
"name": "seed",
"private": true,
"version": "0.0.0",
"description": "a Sails application",
"keywords": [],
"dependencies": {
"sails": "^1.0.0-17",
"grunt": "1.0.1",
"sails-hook-orm": "^2.0.0-0",
"sails-hook-sockets": "^1.0.1",
"sails-hook-grunt": "^1.0.4",
"lodash": "3.10.1",
"async": "2.0.1"
},
"scripts": {
"start": "node app.js",
"test": "echo && echo \"* * * * * * * * * * * * * * * * * * * * * * * * * * * \" && echo \"About to run tests...\" && echo && if node ./node_modules/mocha/bin/mocha --timeout 10000 ; then sleep 0.0001; else echo && echo && echo \"- - -\" && echo \"Looks like something went wrong.\" && echo \"| If you are not sure what to do next, try:\" && echo \"| npm install [email protected] --save-dev --save-exact\" && echo \"| \" && echo \"| And then:\" && echo \"| mkdir test/\" && echo ; fi",
"debug": "node debug app.js"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "git://github.com/mikermcneil/seed.git"
},
"author": "mikermcneil",
"license": ""
}