mirror of
/repos/Prototyper.git
synced 2025-12-31 06:41:29 +01:00
30 lines
596 B
JSON
30 lines
596 B
JSON
{
|
|
"name": "Prototyper",
|
|
"version": "0.0.0",
|
|
"main": "index.js",
|
|
"private": "true",
|
|
"dependencies": {
|
|
"share": "~0.6.0",
|
|
"connect": "~2.7.5",
|
|
"express": "~2.5.11",
|
|
"mongodb": "~1.2.14",
|
|
"handlebars": "~1.0.10",
|
|
"underscore": "~1.4.4",
|
|
"less": "~1.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"sockjs": "~0.3.5"
|
|
},
|
|
"repository": "",
|
|
"author": "Aiko Mastboom",
|
|
"license": "BSD",
|
|
"readmeFilename": "README.md",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"description": "README.md",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
}
|
|
}
|