spserver/package.json

34 lines
748 B
JSON
Raw Normal View History

2015-02-02 09:52:31 +00:00
{
"name": "spserver",
"version": "0.1.3",
2015-02-02 09:52:31 +00:00
"description": "Node static page server for running quick MVVM file server",
"main": "lib/spserver.js",
"scripts": {
2015-02-02 15:41:06 +00:00
"test": "mocha --reporter spec test/base.test.js"
2015-02-02 09:52:31 +00:00
},
"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",
"nconf": "^0.8.4",
2015-02-02 09:52:31 +00:00
"node-static": "^0.7.6"
},
2015-02-02 15:41:06 +00:00
"bin": "./bin.js",
"devDependencies": {
"sinon": "^1.12.2"
}
2015-02-02 09:52:31 +00:00
}