2017-11-21 11:29:09 +00:00
|
|
|
{
|
2017-12-18 17:00:55 +00:00
|
|
|
"name": "@caspertech/node-metaverse",
|
2017-12-18 17:04:24 +00:00
|
|
|
"version": "0.4.0",
|
2017-11-21 11:29:09 +00:00
|
|
|
"description": "A node.js interface for Second Life.",
|
2017-11-21 15:09:26 +00:00
|
|
|
"main": "dist/index.js",
|
|
|
|
|
"types": "dist/index.d.ts",
|
2017-11-21 11:29:09 +00:00
|
|
|
"scripts": {
|
2017-12-18 21:04:21 +00:00
|
|
|
"setup": "npm install",
|
2017-11-21 15:09:26 +00:00
|
|
|
"prepublish": "npm run build",
|
2017-12-18 21:04:21 +00:00
|
|
|
"test-only": "mocha test/",
|
|
|
|
|
"pretest": "npm run build",
|
|
|
|
|
"test": "npm run test-only",
|
2017-11-24 01:00:56 +00:00
|
|
|
"build": "tsc --removeComments",
|
2017-12-18 21:04:21 +00:00
|
|
|
"run": "node -r source-map-support/register example/testBot.js"
|
2017-11-21 11:29:09 +00:00
|
|
|
},
|
2017-12-18 23:05:44 +00:00
|
|
|
"engines" : {
|
2017-12-18 23:08:05 +00:00
|
|
|
"node" : ">=4.8.7"
|
2017-12-18 23:05:44 +00:00
|
|
|
},
|
2017-12-18 17:00:55 +00:00
|
|
|
"author": "CasperTech Ltd",
|
2017-12-18 20:05:29 +00:00
|
|
|
"license": "MIT",
|
2017-12-18 21:04:21 +00:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/CasperTech/node-metaverse.git"
|
2017-12-18 17:07:24 +00:00
|
|
|
},
|
2017-11-21 11:29:09 +00:00
|
|
|
"devDependencies": {
|
|
|
|
|
"@types/mocha": "^2.2.44",
|
2017-11-21 11:30:13 +00:00
|
|
|
"@types/node": "^8.0.53",
|
2017-12-18 21:04:21 +00:00
|
|
|
"mocha": "^4.0.1",
|
|
|
|
|
"source-map-support": "^0.5.0",
|
2017-11-21 11:29:09 +00:00
|
|
|
"ts-node": "^3.3.0",
|
|
|
|
|
"tslint": "^5.8.0",
|
|
|
|
|
"tslint-eslint-rules": "^4.1.1",
|
2017-12-18 21:04:21 +00:00
|
|
|
"typescript": "^2.6.1"
|
2017-11-21 15:09:26 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2017-11-24 01:00:56 +00:00
|
|
|
"@types/long": "^3.0.32",
|
2017-11-30 04:11:59 +00:00
|
|
|
"@types/request": "^2.0.8",
|
2017-11-21 15:09:26 +00:00
|
|
|
"@types/uuid": "^3.4.3",
|
|
|
|
|
"@types/validator": "^6.3.0",
|
|
|
|
|
"@types/xml": "^1.0.2",
|
|
|
|
|
"@types/xmlrpc": "^1.3.3",
|
2017-11-24 17:45:34 +00:00
|
|
|
"ipaddr.js": "^1.5.4",
|
2017-11-30 04:11:59 +00:00
|
|
|
"llsd": "git+https://github.com/CasperTech/llsd.git",
|
2017-11-24 01:00:56 +00:00
|
|
|
"long": "^3.2.0",
|
2017-11-30 04:11:59 +00:00
|
|
|
"request": "^2.83.0",
|
2017-11-26 01:14:02 +00:00
|
|
|
"rxjs": "^5.5.2",
|
|
|
|
|
"uuid": "^3.1.0",
|
2017-11-21 15:09:26 +00:00
|
|
|
"validator": "^9.1.1",
|
|
|
|
|
"xml": "^1.0.1",
|
|
|
|
|
"xmlrpc": "^1.3.2"
|
2017-11-21 11:29:09 +00:00
|
|
|
}
|
2017-12-18 20:05:29 +00:00
|
|
|
}
|