init package.json

This commit is contained in:
Ramon Gebben
2015-01-16 13:12:58 +01:00
parent 564a2f3fe5
commit 79e1d0b0a4

19
package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "Qemulatoriuminator",
"version": "0.1.0",
"devDependencies": {
"body-parser": "^1.9.2",
"express": "^4.10.2",
"finalhandler": "^0.3.2",
"grunt": "~0.4.5",
"grunt-browserify": "^3.2.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-uglify": "~0.5.0",
"s3": "^4.3.1",
"serve-static": "^1.7.1"
},
"dependencies": {
"gm": "^1.17.0"
}
}