Updated package.json

This commit is contained in:
Sahat Yalkabov
2014-05-11 05:25:13 -04:00
parent 9363a2c8f7
commit 6c981eff46

View File

@ -1,6 +1,6 @@
{ {
"name": "hackathon-starter", "name": "hackathon-starter",
"version": "2.0.3", "version": "2.0.4",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/sahat/hackathon-starter.git" "url": "https://github.com/sahat/hackathon-starter.git"
@ -54,14 +54,15 @@
"twit": "^1.1.14", "twit": "^1.1.14",
"uglify-js": "^2.4.13", "uglify-js": "^2.4.13",
"underscore": "^1.6.0", "underscore": "^1.6.0",
"validator": "^3.11.0" "validator": "^3.11.0",
}, },
"devDependencies": { "devDependencies": {
"mocha": "^1.18.2",
"chai": "^1.9.1", "chai": "^1.9.1",
"supertest": "^0.11.0", "colors": "^0.6.2",
"mstring": "^0.1.2",
"inquirer": "^0.4.1", "inquirer": "^0.4.1",
"colors": "^0.6.2" "mocha": "^1.18.2",
"mstring": "^0.1.2",
"supertest": "^0.11.0",
"workshop": "0.0.0"
} }
} }