-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
39 lines (39 loc) · 891 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "list-to-tree",
"version": "2.2.5",
"description": "List to tree data structure",
"main": "index.js",
"scripts": {
"test": "jasmine",
"performance": "node bin/performance.js"
},
"repository": {
"type": "git",
"url": "https://github.com/DenQ/list-to-tree.git"
},
"keywords": [
"list",
"tree",
"list to tree",
"javascript list to tree",
"js list to tree",
"collection to tree",
"javascript collection to tree",
"js collection to tree",
"collection",
"jquery list to tree",
"jquery collection to tree"
],
"author": "DenQ <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/DenQ/list-to-tree/issues"
},
"homepage": "https://github.com/DenQ/list-to-tree",
"devDependencies": {
"jasmine": "^2.8.0"
},
"dependencies": {
"@denq/iron-tree": "^1.3.3"
}
}