45 lines
1019 B
JSON
45 lines
1019 B
JSON
{
|
|
"name": "@xblox/xblox",
|
|
"version": "0.0.1",
|
|
"license": "BSD",
|
|
"licenses": [
|
|
{
|
|
"type": "BSD",
|
|
"url": "https://github.com/xblox/xblox/blob/master/LICENSE"
|
|
}
|
|
],
|
|
"contributors": [
|
|
{
|
|
"name": "Günter Baumgart",
|
|
"url": "http://github.com/xblox"
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/xblox/xblox.git"
|
|
},
|
|
"dependencies": {
|
|
"js-data": "^2.10.0"
|
|
},
|
|
"devDependencies": {
|
|
"dojo-typings": "^1.11.6",
|
|
"nodemon": "^1.11.0",
|
|
"ts-node": "^1.7.3",
|
|
"tsconfig-paths": "^2.1.1",
|
|
"tslint": "^4.3.1",
|
|
"typescript": "^2.2.1"
|
|
},
|
|
"optionalDependencies": {},
|
|
"main": "index",
|
|
"scripts": {
|
|
"test": "tsc && mocha build/test",
|
|
"build": "tsc",
|
|
"start": "node build/index.js",
|
|
"dev": "nodemon -w src -x ts-node -r ./tsconfig-paths/register src/index.ts",
|
|
"lint": "tslint --project=./tsconfig.json",
|
|
"install": "git-module init-modules"
|
|
},
|
|
"modules": [],
|
|
"readmeFilename": "Readme.md"
|
|
}
|