silentjs
Version:
NodeJS API Framework
30 lines (29 loc) • 660 B
JSON
{
"name": "silentjs",
"version": "0.0.3",
"description": "NodeJS API Framework",
"main": "silentjs/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/troianoandres/silentjs.git"
},
"keywords": [
"SilentJS",
"Silent",
"silentjs"
],
"author": "Andres Troiano",
"license": "MIT",
"bugs": {
"url": "https://github.com/troianoandres/silentjs/issues"
},
"homepage": "https://github.com/troianoandres/silentjs#readme",
"dependencies": {
"inherits": "^2.0.1",
"lodash": "^4.2.1",
"path": "^0.12.7"
}
}