39 lines
1.2 KiB
JSON
39 lines
1.2 KiB
JSON
{
|
|
"name": "lunch",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"description": "a Sails application",
|
|
"dependencies": {
|
|
"sails": "0.9.9",
|
|
"grunt": "0.4.1",
|
|
"sails-disk": "~0.9.0",
|
|
"optimist": "0.3.4",
|
|
"then-jade": "1.1.0",
|
|
"sails-mongo": "latest",
|
|
"mongodb": "latest"
|
|
},
|
|
"scripts": {
|
|
"start": "node app.js",
|
|
"debug": "node debug app.js"
|
|
},
|
|
"main": "app.js",
|
|
"repository": "",
|
|
"author": "",
|
|
"license": "",
|
|
"devDependencies": {
|
|
"load-grunt-tasks": "~0.3.0",
|
|
"glob": "3.2.8",
|
|
"grunt-contrib-clean": "~0.5.0",
|
|
"grunt-contrib-copy": "~0.5.0",
|
|
"grunt-contrib-concat": "~0.3.0",
|
|
"grunt-contrib-jst": "~0.5.1",
|
|
"grunt-contrib-watch": "~0.5.3",
|
|
"grunt-contrib-uglify": "~0.3.2",
|
|
"grunt-contrib-cssmin": "~0.8.0",
|
|
"grunt-contrib-less": "~0.9.0",
|
|
"grunt-contrib-coffee": "~0.10.1",
|
|
"grunt-sails-linker": "~0.9.5",
|
|
"grunt-contrib-jade": "~0.10.0"
|
|
}
|
|
}
|