package.json: Rename node-spserver to spserver

master
Jonatan Nilsson 2015-02-02 09:59:45 +00:00
parent 4761ad6b34
commit 8454e79b22
1 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
{
"name": "node-spserver",
"name": "spserver",
"version": "0.1.0",
"description": "Node static page server for running quick MVVM file server",
"main": "lib/spserver.js",
@ -8,7 +8,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/TheThing/node-spserver.git"
"url": "https://github.com/TheThing/spserver.git"
},
"keywords": [
"MVVM",
@ -17,9 +17,9 @@
"author": "Jonatan Nilsson",
"license": "WTFPL",
"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": {
"bunyan": "^1.3.3",
"lodash": "^3.0.1",