Update package.json

This commit is contained in:
mhsjlw 2015-08-26 07:17:30 -04:00
parent dde4387536
commit 750e0de0e5

View file

@ -1,12 +1,13 @@
{ {
"name": "node-minecraft-server", "name": "craftyjs",
"description": "A minecraft server written in node.js", "description": "A minecraft server written in node.js",
"version": "0.0.1", "version": "0.1.0",
"main": "app.js", "main": "app.js",
"author": { "author": "mhsjlw <mhsjlw@aol.com>",
"name": "roblabla", "contributors" [{
"email": "robinlambertz.dev@gmail.com" "name": "rom1504",
}, "email": "romain.rom1@gmail.com"
}],
"scripts": { "scripts": {
"test": "mocha --reporter spec" "test": "mocha --reporter spec"
}, },
@ -25,10 +26,10 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/mhsjlw/node-minecraft-server.git" "url": "git://github.com/mhsjlw/craftyjs.git"
}, },
"bugs": { "bugs": {
"url": "http://github.com/mhsjlw/node-minecraft-server/issues" "url": "http://github.com/mhsjlw/craftyjs/issues"
}, },
"devDependencies": { "devDependencies": {
"longjohn": "~0.2.8" "longjohn": "~0.2.8"