This repository was archived by the owner on Feb 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.33 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.33 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
{
"name": "victory-animation",
"version": "0.1.0",
"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": "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",
"version": "builder run npm:version && git add dist && git commit -m \"Commit 'dist/' for publishing\"",
"test": "builder run npm:test"
},
"dependencies": {
"builder": "~2.2.2",
"builder-victory-component": "~0.2.1",
"d3-ease": "^0.3.0",
"d3-interpolate": "^0.2.0",
"d3-timer": "^0.0.6",
"lodash": "^3.10.1",
"radium": "^0.16.2"
},
"devDependencies": {
"builder-victory-component-dev": "~0.2.1",
"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"
}
}