forked from FormidableLabs/victory-animation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.08 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.08 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
{
"name": "victory-animation",
"version": "0.0.12",
"description": "animation wrapper for victory components",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/formidablelabs/victory-animation.git"
},
"author": "Ken Wheeler",
"license": "MIT",
"bugs": {
"url": "https://github.com/formidablelabs/victory-animation/issues"
},
"homepage": "https://github.com/formidablelabs/victory-animation",
"scripts": {
"postinstall": "builder run npm:postinstall",
"preversion": "builder run npm:preversion",
"version": "builder run npm:version",
"test": "builder run npm:test"
},
"dependencies": {
"builder": "~2.1.3",
"builder-react-component": "~0.1.0",
"d3": "^3.5.8",
"d3-timer": "0.0.6",
"lodash": "^3.10.1",
"radium": "^0.14.3"
},
"devDependencies": {
"builder-react-component-dev": "~0.1.0",
"chai": "^3.2.0",
"mocha": "^2.3.3",
"react": "^0.14.0",
"react-addons-test-utils": "^0.14.0",
"react-dom": "^0.14.0",
"sinon": "^1.17.2",
"sinon-chai": "^2.8.0"
}
}