package.json: Rename node-spserver to spserver
This commit is contained in:
parent
4761ad6b34
commit
8454e79b22
1 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "node-spserver",
|
"name": "spserver",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"description": "Node static page server for running quick MVVM file server",
|
"description": "Node static page server for running quick MVVM file server",
|
||||||
"main": "lib/spserver.js",
|
"main": "lib/spserver.js",
|
||||||
|
@ -8,7 +8,7 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/TheThing/node-spserver.git"
|
"url": "https://github.com/TheThing/spserver.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"MVVM",
|
"MVVM",
|
||||||
|
@ -17,9 +17,9 @@
|
||||||
"author": "Jonatan Nilsson",
|
"author": "Jonatan Nilsson",
|
||||||
"license": "WTFPL",
|
"license": "WTFPL",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/TheThing/node-spserver/issues"
|
"url": "https://github.com/TheThing/spserver/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/TheThing/node-spserver",
|
"homepage": "https://github.com/TheThing/spserver",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bunyan": "^1.3.3",
|
"bunyan": "^1.3.3",
|
||||||
"lodash": "^3.0.1",
|
"lodash": "^3.0.1",
|
||||||
|
|
Loading…
Reference in a new issue