mirror of
https://github.com/danbulant/flying-squid
synced 2026-06-19 06:21:08 +00:00
Update package.json
This commit is contained in:
parent
dde4387536
commit
750e0de0e5
1 changed files with 9 additions and 8 deletions
17
package.json
17
package.json
|
|
@ -1,12 +1,13 @@
|
|||
{
|
||||
"name": "node-minecraft-server",
|
||||
"name": "craftyjs",
|
||||
"description": "A minecraft server written in node.js",
|
||||
"version": "0.0.1",
|
||||
"version": "0.1.0",
|
||||
"main": "app.js",
|
||||
"author": {
|
||||
"name": "roblabla",
|
||||
"email": "robinlambertz.dev@gmail.com"
|
||||
},
|
||||
"author": "mhsjlw <mhsjlw@aol.com>",
|
||||
"contributors" [{
|
||||
"name": "rom1504",
|
||||
"email": "romain.rom1@gmail.com"
|
||||
}],
|
||||
"scripts": {
|
||||
"test": "mocha --reporter spec"
|
||||
},
|
||||
|
|
@ -25,10 +26,10 @@
|
|||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/mhsjlw/node-minecraft-server.git"
|
||||
"url": "git://github.com/mhsjlw/craftyjs.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "http://github.com/mhsjlw/node-minecraft-server/issues"
|
||||
"url": "http://github.com/mhsjlw/craftyjs/issues"
|
||||
},
|
||||
"devDependencies": {
|
||||
"longjohn": "~0.2.8"
|
||||
|
|
|
|||
Loading…
Reference in a new issue