-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
58 lines (58 loc) · 1.34 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
{
"name": "graph-editor",
"version": "0.1.1",
"author": "dead-beef",
"contributors": [],
"license": "MIT",
"private": false,
"description": "Graph editor frontend component",
"keywords": [
"dom",
"svg",
"graph",
"editor"
],
"main": "dist/js/graph-editor.js",
"files": [
"dist/"
],
"homepage": "https://dead-beef.github.io/graph-editor",
"repository": {
"type": "git",
"url": "git+https://github.com/dead-beef/graph-editor"
},
"bugs": {
"url": "https://github.com/dead-beef/graph-editor/issues"
},
"engines" : {
"node" : ">=6.11.4"
},
"dependencies": {
"d3": "^5.7.0"
},
"devDependencies": {
"autoprefixer": "^7.2.5",
"chokidar-cli": "^1.2.0",
"csso-cli": "^1.0.0",
"eslint": "^4.15.0",
"eslint-plugin-jasmine": "^2.10.1",
"http-server": "^0.11.1",
"jasmine-core": "^2.9.0",
"jasmine-jquery": "^2.1.1",
"jasmine-spec-reporter": "^4.1.1",
"jsdoc": "^3.5.5",
"karma": "^2.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.1.0",
"karma-jasmine": "^1.1.1",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.32",
"node-sass": "^4.7.2",
"postcss-cli": "^4.1.1",
"sass-makedepend": "^0.2.1",
"source-map-concat-cli": "^1.0.0",
"uglify-js": "^3.3.8"
},
"scripts": {
}
}