f4dbcb9b12
config.get().name was undefined, even though config.get('name') worked fine
33 lines
748 B
JSON
33 lines
748 B
JSON
{
|
|
"name": "spserver",
|
|
"version": "0.1.3",
|
|
"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": "^1.3.3",
|
|
"lodash": "^3.0.1",
|
|
"nconf": "^0.8.4",
|
|
"node-static": "^0.7.6"
|
|
},
|
|
"bin": "./bin.js",
|
|
"devDependencies": {
|
|
"sinon": "^1.12.2"
|
|
}
|
|
}
|