Move all grunt dependencies
This commit is contained in:
24
package.json
24
package.json
@@ -12,17 +12,7 @@
|
||||
"sails-mongo": "latest",
|
||||
"mongodb": "latest",
|
||||
"nodemailer": "~0.6.1",
|
||||
"load-grunt-tasks": "~0.3.0"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "node app.js",
|
||||
"debug": "node debug app.js"
|
||||
},
|
||||
"main": "app.js",
|
||||
"repository": "",
|
||||
"author": "Ben Ramey",
|
||||
"license": "",
|
||||
"devDependencies": {
|
||||
"load-grunt-tasks": "~0.3.0",
|
||||
"glob": "3.2.8",
|
||||
"grunt-contrib-clean": "~0.5.0",
|
||||
"grunt-contrib-copy": "~0.5.0",
|
||||
@@ -34,7 +24,17 @@
|
||||
"grunt-contrib-less": "~0.9.0",
|
||||
"grunt-contrib-coffee": "~0.10.1",
|
||||
"grunt-sails-linker": "~0.9.5",
|
||||
"grunt-contrib-jade": "~0.10.0",
|
||||
"grunt-contrib-jade": "~0.10.0"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "node app.js",
|
||||
"debug": "node debug app.js"
|
||||
},
|
||||
"main": "app.js",
|
||||
"repository": "",
|
||||
"author": "Ben Ramey",
|
||||
"license": "",
|
||||
"devDependencies": {
|
||||
"karma-script-launcher": "~0.1.0",
|
||||
"karma-chrome-launcher": "~0.1.2",
|
||||
"karma-firefox-launcher": "~0.1.3",
|
||||
|
||||
Reference in New Issue
Block a user