forked from Sigfried/supergroup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 933 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": "supergroup",
"version": "1.1.9",
"description": "Nested groups on arrays of objects where groups are Strings that know what you want them to know about themselves and their relatives.",
"main": "supergroup.js",
"scripts": {
"test": "vows test/*.js --spec",
"debug": "node --inspect --debug-brk test/supergroup_vows.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Sigfried/supergroup.git"
},
"keywords": [
"underscore",
"d3",
"nest",
"groupby",
"group",
"convenience",
"readability",
"data",
"hierarchy"
],
"author": "Sigfried Gold",
"license": "MIT",
"bugs": {
"url": "https://github.com/Sigfried/supergroup/issues"
},
"homepage": "https://github.com/Sigfried/supergroup",
"dependencies": {
"lodash": "^4.17.4"
},
"devDependencies": {
"jasmine": "^2.2.1",
"vows": "^0.8.1",
"xhr2": "^0.1.3"
}
}