Skip to content

Commit 4169b0c

Browse files
committed
Merge branch 'ckarande-master'
2 parents 10cc6b0 + 9310d6e commit 4169b0c

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

package.json

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,19 @@
1010
"mongodb": "~1.3.9",
1111
"swig": "~0.14.0",
1212
"validator": "~1.1.3",
13+
<<<<<<< HEAD
1314
"underscore": "latest",
1415
"grunt": "latest",
1516
"grunt-cli": "latest",
1617
"grunt-env": "latest",
1718
"forever": "latest",
19+
=======
20+
"underscore": "1.5.2",
21+
"grunt": "latest",
22+
"grunt-cli": "latest",
23+
"grunt-env": "latest",
24+
"forever": "0.10.9",
25+
>>>>>>> 648b7f49975e91ce6cdfdabc158002f82c30cf68
1826
"helmet": "~0.1.2"
1927
},
2028
"engines": {
@@ -26,11 +34,11 @@
2634
"test": "node node_modules/grunt-cli/bin/grunt test"
2735
},
2836
"devDependencies": {
29-
"grunt-contrib-watch": "latest",
30-
"grunt-contrib-jshint": "latest",
31-
"grunt-nodemon": "latest",
32-
"grunt-concurrent": "latest",
33-
"grunt-mocha-test": "latest",
37+
"grunt-contrib-watch": "0.5.3",
38+
"grunt-contrib-jshint": "0.7.2",
39+
"grunt-nodemon": "0.1.2",
40+
"grunt-concurrent": "0.4.2",
41+
"grunt-mocha-test": "0.8.1",
3442
"grunt-jsbeautifier": "~0.2.3"
3543
},
3644
"repository": "https://github.com/OWASP/NodejsGoat",

0 commit comments

Comments
 (0)