051c5b4433
In lodash 3.10, .forEach does not get called in a chain unless .value() is passed, but in lodash 4, it does.
33 lines
749 B
JSON
33 lines
749 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": "^4.17.2",
|
|
"nconf": "^0.8.4",
|
|
"node-static": "^0.7.6"
|
|
},
|
|
"bin": "./bin.js",
|
|
"devDependencies": {
|
|
"sinon": "^1.12.2"
|
|
}
|
|
}
|