forked from FormidableLabs/victory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.57 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
{
"name": "victory",
"version": "0.17.0",
"description": "Data viz for React",
"keywords": [
"data visualization",
"React",
"d3",
"charting"
],
"main": "lib/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": "cd lib || builder run npm:postinstall || (echo 'POSTINSTALL FAILED: If using npm v2, please upgrade to npm v3. See bug https://github.com/FormidableLabs/builder/issues/35' && exit 1)",
"preversion": "builder run npm:preversion",
"postversion": "builder run npm:postversion",
"postpublish": "builder run npm:postpublish",
"start": "builder run hot",
"test": "builder run check",
"version": "builder run npm:version"
},
"dependencies": {
"builder": "^3.1.0",
"builder-victory-component": "^3.1.0",
"victory-chart": "^16.1.2",
"victory-core": "^13.0.2",
"victory-pie": "^10.1.0"
},
"devDependencies": {
"builder-victory-component-dev": "^3.1.0",
"chai": "^3.2.0",
"lodash": "^4.12.0",
"mocha": "^2.3.3",
"react": "^15.1.0",
"react-addons-test-utils": "^15.1.0",
"react-dom": "^15.1.0",
"sinon": "^1.17.2",
"sinon-chai": "^2.8.0"
},
"publishr": {
"dependencies": [
"^builder"
],
"files": {
".npmignore": ".npmignore.publishr"
}
}
}