25 lines
590 B
JSON
25 lines
590 B
JSON
|
{
|
||
|
"name": "proximity-structures",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"eslint": "eslint",
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git@git.hallada.net:pixi.git"
|
||
|
},
|
||
|
"author": "Tyler Hallada",
|
||
|
"license": "ISC",
|
||
|
"devDependencies": {
|
||
|
"eslint": "^3.17.0",
|
||
|
"eslint-config-airbnb-base": "^11.1.1",
|
||
|
"eslint-config-standard": "^7.0.0",
|
||
|
"eslint-plugin-import": "^2.2.0",
|
||
|
"eslint-plugin-promise": "^3.5.0",
|
||
|
"eslint-plugin-standard": "^2.1.1"
|
||
|
}
|
||
|
}
|