37 lines
761 B
JSON
37 lines
761 B
JSON
{
|
|
"name": "object-refs",
|
|
"version": "0.3.0",
|
|
"description": "Minimal bi-directional object references for JavaScript",
|
|
"scripts": {
|
|
"all": "run-s lint test",
|
|
"dev": "npm test -- --watch",
|
|
"lint": "eslint .",
|
|
"test": "mocha test/spec/*.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/bpmn-io/object-refs"
|
|
},
|
|
"keywords": [
|
|
"object",
|
|
"bidirectional",
|
|
"references",
|
|
"refs",
|
|
"ref",
|
|
"property",
|
|
"binding"
|
|
],
|
|
"author": {
|
|
"name": "Nico Rehwaldt",
|
|
"url": "https://github.com/Nikku"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"chai": "^1.9.1",
|
|
"eslint": "^4.19.1",
|
|
"eslint-plugin-bpmn-io": "^0.5.2",
|
|
"mocha": "^5.0.1",
|
|
"npm-run-all": "^4.1.2"
|
|
}
|
|
}
|