]> gerrit.simantics Code Review - simantics/district.git/blob - array-index/component.json
Hide "enabled" column for non-component type tech type tables
[simantics/district.git] / array-index / component.json
1 {
2   "name": "array-index",
3   "repo": "TooTallNate/array-index",
4   "description": "Invoke getter/setter functions on array-like objects",
5   "keywords": [
6     "index",
7     "array",
8     "getter",
9     "setter",
10     "proxy"
11   ],
12   "version": "1.0.0",
13   "dependencies": {
14     "visionmedia/debug": "*"
15   },
16   "development": {},
17   "license": "MIT",
18   "main": "index.js",
19   "scripts": [
20     "index.js"
21   ]
22 }