34 lines
841 B
JSON
34 lines
841 B
JSON
{
|
|
"name": "spserver",
|
|
"version": "1.1.1",
|
|
"description": "Node static page server for running quick MVVM file server",
|
|
"main": "lib/spserver.mjs",
|
|
"scripts": {
|
|
"test": "set NODE_ENV=test&& eltro test/**/*.test.mjs -r dot",
|
|
"test:linux": "NODE_ENV=test eltro 'test/**/*.test.mjs' -r dot"
|
|
},
|
|
"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-lite": "^1.1.1",
|
|
"lodash": "^4.17.2",
|
|
"nconf-lite": "^2.1.0",
|
|
"node-static": "^0.7.6"
|
|
},
|
|
"bin": "./bin.mjs",
|
|
"devDependencies": {
|
|
"eltro": "^1.2.3"
|
|
}
|
|
}
|