Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ckarande committed Sep 7, 2014
1 parent 4169b0c commit a4fdac9
Showing 1 changed file with 39 additions and 47 deletions.
86 changes: 39 additions & 47 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,47 +1,39 @@
{
"name": "owasp-nodejs-goat",
"version": "0.0.1",
"description": "A tool to learn OWASP Top 10 for node.js developers",
"main": "server.js",
"dependencies": {
"bcrypt-nodejs": "~0.0.3",
"consolidate": "~0.9.1",
"express": ">=3.x",
"mongodb": "~1.3.9",
"swig": "~0.14.0",
"validator": "~1.1.3",
<<<<<<< HEAD
"underscore": "latest",
"grunt": "latest",
"grunt-cli": "latest",
"grunt-env": "latest",
"forever": "latest",
=======
"underscore": "1.5.2",
"grunt": "latest",
"grunt-cli": "latest",
"grunt-env": "latest",
"forever": "0.10.9",
>>>>>>> 648b7f49975e91ce6cdfdabc158002f82c30cf68
"helmet": "~0.1.2"
},
"engines": {
"node": "0.10.x",
"npm": "1.2.x"
},
"scripts": {
"start": "node node_modules/grunt-cli/bin/grunt",
"test": "node node_modules/grunt-cli/bin/grunt test"
},
"devDependencies": {
"grunt-contrib-watch": "0.5.3",
"grunt-contrib-jshint": "0.7.2",
"grunt-nodemon": "0.1.2",
"grunt-concurrent": "0.4.2",
"grunt-mocha-test": "0.8.1",
"grunt-jsbeautifier": "~0.2.3"
},
"repository": "https://github.com/OWASP/NodejsGoat",
"license": "Apache 2.0",
"private": true
}
{
"name": "owasp-nodejs-goat",
"version": "0.0.1",
"description": "A tool to learn OWASP Top 10 for node.js developers",
"main": "server.js",
"dependencies": {
"bcrypt-nodejs": "~0.0.3",
"consolidate": "~0.9.1",
"express": ">=3.x",
"mongodb": "~1.3.9",
"swig": "~0.14.0",
"validator": "~1.1.3",
"underscore": "1.5.2",
"grunt": "latest",
"grunt-cli": "latest",
"grunt-env": "latest",
"forever": "0.10.9",
"helmet": "~0.1.2"
},
"engines": {
"node": "0.10.x",
"npm": "1.2.x"
},
"scripts": {
"start": "node node_modules/grunt-cli/bin/grunt",
"test": "node node_modules/grunt-cli/bin/grunt test"
},
"devDependencies": {
"grunt-contrib-watch": "0.5.3",
"grunt-contrib-jshint": "0.7.2",
"grunt-nodemon": "0.1.2",
"grunt-concurrent": "0.4.2",
"grunt-mocha-test": "0.8.1",
"grunt-jsbeautifier": "~0.2.3"
},
"repository": "https://github.com/OWASP/NodejsGoat",
"license": "Apache 2.0",
"private": true
}

0 comments on commit a4fdac9

Please sign in to comment.