1
0
mirror of /repos/Prototyper.git synced 2025-12-30 06:31:32 +01:00
Prototyper/package.json
2013-05-11 22:35:40 +02:00

42 lines
804 B
JSON

{
"name": "Prototyper",
"version": "0.0.1",
"main": "server.js",
"config" : {
"port" : "8000"
},
"engine": "node 0.10.4",
"private": "true",
"dependencies": {
"share": "~0.6.0",
"connect": "~2.7.9",
"express": "~3.2.4",
"bson": "~0.1.8",
"mongodb": "~1.2.14",
"handlebars": "~1.0.10",
"underscore": "~1.4.4",
"less": "~1.3.3",
"when": "~2.1.0",
"markdown": "~0.4.0",
"async": "~0.2.8"
},
"devDependencies": {
"sockjs": "~0.3.7",
"chai": "*",
"mocha": "*"
},
"repository": "git://github.com/aikomastboom/Prototyper.git",
"author": "Aiko Mastboom",
"license": "Unknown",
"readmeFilename": "README.md",
"directories": {
"test": "test"
},
"description": "README.md",
"scripts": {
"test": "mocha",
"install": "./installit",
"deploy": "./deployit"
}
}