-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 982 Bytes
/
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
{
"name": "@reasonableconsulting/bs-victory",
"description": "BuckleScript bindings for Victory Charts.",
"version": "0.0.0",
"license": "MPL-2.0",
"repository": "reasonableconsulting/bs-victory",
"author": "Reasonable Consulting <contact@reasonable.consulting> (https://reasonable.consulting)",
"contributors": [
"Blaine Bublitz <blaine.bublitz@gmail.com> (https://github.com/phated)"
],
"main": "src/Victory.bs.js",
"files": [
"src/*.bs.js",
"src/*.re",
"bsconfig.json",
"LICENSE",
"README.md"
],
"scripts": {
"clean": "bsb -clean-world",
"build": "bsb -make-world",
"watch": "bsb -make-world -w"
},
"dependencies": {},
"devDependencies": {
"bs-platform": "^4.0.0",
"reason-react": "^0.5.3",
"victory": "^30.4.1"
},
"peerDependencies": {
"reason-react": "^0.5.0",
"victory": "^30.0.0"
},
"keywords": [
"BuckleScript",
"Reason",
"Victory",
"Charts",
"Charting"
]
}