-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 1.99 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "graph-editor",
"version": "0.1.0",
"description": "graph-editor for ApiNATOMY 2",
"main": "dist/index.html",
"scripts": {
"build": "webpack"
},
"authors": [
"Michiel Helvensteijn <[email protected]>",
"Syed Islam <[email protected]>"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "http://www.github.com/mhelvens/graph-editor"
},
"devDependencies": {
"autoprefixer-loader": "~3",
"babel-core": "~6",
"babel-loader": "~6",
"babel-plugin-angular2-annotations": "~5",
"babel-plugin-transform-class-properties": "~6",
"babel-plugin-transform-decorators-legacy": "~1",
"babel-plugin-transform-flow-strip-types": "~6",
"babel-polyfill": "~6",
"babel-preset-es2015": "~6",
"babel-preset-stage-0": "~6",
"babylon": "~6",
"bootstrap-sass": "~3",
"css-loader": "~0.22",
"expose-loader": "~0.7",
"file-loader": "~0.8",
"html-webpack-plugin": "~1",
"http-server": "^0.9.0",
"imports-loader": "~0.6",
"json-loader": "~0.5",
"node-sass": "~3",
"sass-loader": "~3",
"style-loader": "~0.13",
"typescript": "~1",
"url-loader": "~0.5",
"webpack": "~1",
"webpack-typescript": "~0.5"
},
"dependencies": {
"angular2": "~2.0.0-beta",
"bootstrap-colorpicker": "~2",
"chroma-js": "~1",
"core-decorators": "coldrye-collaboration/core-decorators.js.git#7884358",
"es6-shim": "~0.33",
"fraction.js": "^3.2.5",
"get-parameter-names": "^0.2.0",
"golden-colors": "^2.0.0",
"golden-layout": "^1.0.10",
"interact.js": "~1",
"jquery": "~2",
"jquery-powertip": "^1.2.0",
"kefir": "^3.2.1",
"linear-algebra": "^3.1.3",
"lodash": "^4.6.1",
"promise-defer": "~1",
"reflect-metadata": "~0.1",
"rxjs": "~5.0.0-beta",
"scrollbar-size": "^1.0.4",
"superagent": "~1",
"superagent-as-promised": "~3",
"svg-innerhtml": "~1",
"zone.js": "~0.5"
},
"keywords": [
"apinatomy",
"graph-editor"
]
}