spserver/package.json

34 lines
754 B
JSON

{
"name": "spserver",
"version": "0.2.0",
"description": "Node static page server for running quick MVVM file server",
"main": "lib/spserver.js",
"scripts": {
"test": "mocha --reporter spec test/base.test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/TheThing/spserver.git"
},
"keywords": [
"MVVM",
"server"
],
"author": "Jonatan Nilsson",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/TheThing/spserver/issues"
},
"homepage": "https://github.com/TheThing/spserver",
"dependencies": {
"bunyan-lite": "^1.0.0",
"lodash": "^4.17.2",
"nconf": "^0.8.4",
"node-static": "^0.7.6"
},
"bin": "./bin.js",
"devDependencies": {
"sinon": "^1.12.2"
}
}