-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
51 lines (51 loc) · 1.28 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
{
"name": "react-metrics-graphics",
"version": "1.1.2",
"description": "A react component thats wraps the popular visualization library, MetricsGraphics.js",
"main": "build/MetricsGraphics.js",
"author": "Carter Feldman",
"homepage": "https://github.com/mozilla/react-metrics-graphics",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mozilla/react-metrics-graphics.git"
},
"bugs": {
"url": "https://github.com/mozilla/react-metrics-graphics/issues"
},
"files": [
"build"
],
"peerDependencies": {
"metrics-graphics": "^2.11.0",
"prop-types": "^15||^16",
"react": "^15||^16",
"react-dom": "^15||^16"
},
"devDependencies": {
"@neutrinojs/airbnb": "^8.2.3",
"@neutrinojs/eslint": "^8.0.12",
"@neutrinojs/react-components": "^8.0.11",
"bootstrap": "^3.3.7",
"eslint-plugin-react": "^7.1.0",
"font-awesome": "^4.7.0",
"jquery": "^3.2.1",
"metrics-graphics": "^2.13.0",
"neutrino": "^8.0.11",
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
"scripts": {
"start": "neutrino start",
"build": "neutrino build",
"lint": "neutrino lint"
},
"keywords": [
"react",
"react-component",
"metrics-graphics",
"chart",
"graph",
"metricsgraphics"
]
}