mirror of
https://github.com/danbulant/flying-squid
synced 2026-07-06 03:31:10 +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",
|
"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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue