spserver/package.json

31 lines
696 B
JSON
Raw Normal View History

2015-02-02 09:52:31 +00:00
{
"name": "spserver",
2015-02-02 09:52:31 +00:00
"version": "0.1.0",
"description": "Node static page server for running quick MVVM file server",
"main": "lib/spserver.js",
"scripts": {
"test": "mocha --reporter spec ./test/*.test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/TheThing/spserver.git"
2015-02-02 09:52:31 +00:00
},
"keywords": [
"MVVM",
"server"
],
"author": "Jonatan Nilsson",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/TheThing/spserver/issues"
2015-02-02 09:52:31 +00:00
},
"homepage": "https://github.com/TheThing/spserver",
2015-02-02 09:52:31 +00:00
"dependencies": {
"bunyan": "^1.3.3",
"lodash": "^3.0.1",
2015-02-02 14:55:12 +00:00
"nconf": "^0.7.1",
2015-02-02 09:52:31 +00:00
"node-static": "^0.7.6"
},
"bin": "./bin.js"
}