1
0
mirror of /repos/Prototyper.git synced 2025-12-30 06:31:32 +01:00

version bumps

This commit is contained in:
Aiko Mastboom 2013-05-11 22:35:40 +02:00
parent 31fd4a5a41
commit 9cc59398e8

View File

@ -21,7 +21,9 @@
"async": "~0.2.8"
},
"devDependencies": {
"sockjs": "~0.3.5"
"sockjs": "~0.3.7",
"chai": "*",
"mocha": "*"
},
"repository": "git://github.com/aikomastboom/Prototyper.git",
"author": "Aiko Mastboom",
@ -32,7 +34,7 @@
},
"description": "README.md",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test": "mocha",
"install": "./installit",
"deploy": "./deployit"
}