spserver/package.json

35 lines
841 B
JSON
Raw Normal View History

2015-02-02 09:52:31 +00:00
{
"name": "spserver",
2021-10-14 10:10:10 +00:00
"version": "1.1.1",
2015-02-02 09:52:31 +00:00
"description": "Node static page server for running quick MVVM file server",
"main": "lib/spserver.mjs",
2015-02-02 09:52:31 +00:00
"scripts": {
"test": "set NODE_ENV=test&& eltro test/**/*.test.mjs -r dot",
"test:linux": "NODE_ENV=test eltro 'test/**/*.test.mjs' -r dot"
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-lite": "^1.1.1",
"lodash": "^4.17.2",
"nconf-lite": "^2.1.0",
2015-02-02 09:52:31 +00:00
"node-static": "^0.7.6"
},
"bin": "./bin.mjs",
2015-02-02 15:41:06 +00:00
"devDependencies": {
"eltro": "^1.2.3"
2015-02-02 15:41:06 +00:00
}
2015-02-02 09:52:31 +00:00
}