Update package.json and assets

This commit is contained in:
Ben Ramey
2014-03-08 18:50:48 -06:00
parent bf8b279b24
commit 3c0c5c5f65
16 changed files with 17536 additions and 46 deletions

View File

@@ -1,21 +1,38 @@
{
"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",
"ejs": "0.8.4",
"optimist": "0.3.4"
},
"scripts": {
"start": "node app.js",
"debug": "node debug app.js"
},
"main": "app.js",
"repository": "",
"author": "",
"license": ""
}
"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"
}
}