mirror of
/repos/Prototyper.git
synced 2025-12-30 06:31:32 +01:00
47 lines
916 B
JSON
47 lines
916 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",
|
|
"mime": "~1.2.6",
|
|
"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": "*",
|
|
"sinon": "*",
|
|
"groc": "*"
|
|
},
|
|
"repository": "git://github.com/aikomastboom/Prototyper.git",
|
|
"author": "Aiko Mastboom",
|
|
"license": "Unknown",
|
|
"readmeFilename": "README.md",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"description": "README.md",
|
|
"scripts": {
|
|
"test": "./node_modules/.bin/mocha",
|
|
"install": "./installit",
|
|
"deploy": "./deployit",
|
|
"doc":"./docit",
|
|
"cov": "./coverit"
|
|
}
|
|
}
|