forked from FormidableLabs/victory
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.51 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.51 KB
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
{
"name": "victory",
"version": "0.24.2",
"description": "Data viz for React",
"keywords": [
"data visualization",
"React",
"d3",
"charting"
],
"main": "lib/index.js",
"module": "es/index.js",
"jsnext:main": "es/index.js",
"repository": {
"type": "git",
"url": "https://github.com/formidablelabs/victory.git"
},
"engines": {
"npm": ">=2.0.0"
},
"author": "Formidable",
"license": "MIT",
"bugs": {
"url": "https://github.com/formidablelabs/victory/issues"
},
"homepage": "https://github.com/formidablelabs/victory",
"scripts": {
"postinstall": "builder run npm:postinstall",
"preversion": "builder run npm:preversion",
"postversion": "builder run npm:postversion",
"postpublish": "builder run npm:postpublish",
"start": "builder run dev",
"test": "builder run check",
"version": "builder run npm:version"
},
"dependencies": {
"builder": "^3.2.1",
"builder-victory-component": "^5.1.2",
"victory-chart": "^24.3.0",
"victory-core": "^20.2.0",
"victory-pie": "^13.1.0"
},
"devDependencies": {
"builder-victory-component-dev": "^5.1.2",
"chai": "^3.5.0",
"lodash": "^4.17.4",
"mocha": "^3.0.2",
"prop-types": "^15.5.8",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"sinon": "^1.17.5",
"sinon-chai": "^2.8.0"
},
"publishr": {
"dependencies": [
"^builder"
],
"files": {
".npmignore": ".npmignore.publishr"
},
"scripts": {
"postinstall": ""
}
}
}