Test setup
This commit is contained in:
83
package.json
83
package.json
@@ -1,38 +1,49 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
"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",
|
||||
"karma-script-launcher": "~0.1.0",
|
||||
"karma-chrome-launcher": "~0.1.2",
|
||||
"karma-firefox-launcher": "~0.1.3",
|
||||
"karma-html2js-preprocessor": "~0.1.0",
|
||||
"karma-jasmine": "~0.1.5",
|
||||
"karma-coffee-preprocessor": "~0.1.3",
|
||||
"requirejs": "~2.1.11",
|
||||
"karma-requirejs": "~0.2.1",
|
||||
"karma-phantomjs-launcher": "~0.1.2",
|
||||
"karma": "~0.10.9",
|
||||
"grunt-karma": "~0.6.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user