2015-02-02 09:52:31 +00:00
|
|
|
{
|
2015-02-02 09:59:45 +00:00
|
|
|
"name": "spserver",
|
2015-02-12 17:19:27 +00:00
|
|
|
"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",
|
2015-02-02 09:59:45 +00:00
|
|
|
"url": "https://github.com/TheThing/spserver.git"
|
2015-02-02 09:52:31 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"MVVM",
|
|
|
|
"server"
|
|
|
|
],
|
|
|
|
"author": "Jonatan Nilsson",
|
|
|
|
"license": "WTFPL",
|
|
|
|
"bugs": {
|
2015-02-02 09:59:45 +00:00
|
|
|
"url": "https://github.com/TheThing/spserver/issues"
|
2015-02-02 09:52:31 +00:00
|
|
|
},
|
2015-02-02 09:59:45 +00:00
|
|
|
"homepage": "https://github.com/TheThing/spserver",
|
2015-02-02 09:52:31 +00:00
|
|
|
"dependencies": {
|
|
|
|
"bunyan": "^1.3.3",
|
2016-12-15 22:48:24 +00:00
|
|
|
"lodash": "^4.17.2",
|
2016-12-15 21:58:35 +00:00
|
|
|
"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
|
|
|
}
|