-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
29 lines (29 loc) · 1 KB
/
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
{
"jspm": {
"dependencies": {
"classnames": "npm:classnames@^1.1.4",
"d3": "^3.5.5",
"d3rrc": "npm:d3rrc@^0.0.6",
"events": "^0.1.0",
"image-zoom": "npm:image-zoom@^1.1.1",
"immstruct": "npm:immstruct@^1.3.0",
"immutable": "npm:immutable@^3.5.0",
"jquery": "^2.1.3",
"jsx": "^0.1.1",
"katex": "npm:katex@^0.2.0",
"lodash": "npm:lodash@^2.4.1",
"object-assign": "npm:object-assign@^2.0.0",
"omniscient": "npm:omniscient@^2.1.0",
"rcss": "npm:rcss@^0.1.5",
"react": "npm:react@^0.12.2",
"react-checkbox-group": "npm:react-checkbox-group@^0.1.5",
"react-d3": "npm:react-d3@^0.3.1",
"react-draggable": "github:STRML/react-draggable@master",
"react-grid-layout": "npm:react-grid-layout@^0.7.1",
"react-prefixr": "npm:react-prefixr@^0.1.0",
"react-resizable": "github:STRML/react-resizable@^0.2.2",
"react-tangle": "npm:react-tangle@^2.1.0",
"require": "npm:require@^2.4.17"
}
}
}