Update package.json

This commit is contained in:
Casper Warden
2017-12-18 17:04:24 +00:00
parent 93c0b7e555
commit 770609e74d

View File

@@ -1,6 +1,6 @@
{
"name": "@caspertech/node-metaverse",
"version": "0.0.1",
"version": "0.4.0",
"description": "A node.js interface for Second Life.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -12,6 +12,10 @@
},
"author": "CasperTech Ltd",
"license": "Creative Commons Attribution 4.0 International",
"repository" : {
"type" : "git",
"url" : "https://github.com/CasperTech/node-metaverse.git"
}
"devDependencies": {
"@types/mocha": "^2.2.44",
"@types/node": "^8.0.53",