array-watch
Version:
Track additions and deletions from an array
33 lines (32 loc) • 707 B
JSON
{
"name": "array-watch",
"version": "0.0.2",
"description": "Track additions and deletions from an array",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "JASMINE_CONFIG_PATH=jasmine.json jasmine"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shabegger/array-watch.git"
},
"keywords": [
"Array",
"Proxy",
"watch",
"track",
"add",
"delete"
],
"author": "Stephen Habegger",
"license": "MIT",
"bugs": {
"url": "https://github.com/shabegger/array-watch/issues"
},
"homepage": "https://github.com/shabegger/array-watch#readme",
"devDependencies": {
"eslint": "^3.16.0",
"jasmine": "2.5.3"
}
}