-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 857 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
40
41
42
43
44
{
"name": "sequence-viz",
"main": "sequence-viz.js",
"version": "0.0.5",
"description": "library for manipulating event data.",
"keywords": [
"groups",
"visualization",
"time",
"events",
"sequence",
"temporal",
"temporal summary",
"lifeflow",
"D3",
"d3.js"
],
"author": {
"name": "Sigfried Gold",
"web": "http://www.sigfried.org"
},
"licenses": [
{
"type": "MIT",
"url": "http://sigfried.mit-license.org/"
}
],
"repository": {
"type": "git",
"url": "[email protected]:Sigfried/sequence-viz.git"
},
"dependencies": {
"d3": "^3.1.6",
"moment": "^2.5.1",
"supergroup": "^1.0.13",
"underscore": "^1.8.3"
},
"devDependencies": {
"jsdoc": "^3.3.0",
"testem": "^0.6.39",
"webpack": "^1.0.5",
"webpack-dev-server": "^1.9.0"
}
}