UNPKG

1.02 kBJSONView Raw
1{
2 "name": "@heroku/react-malibu",
3 "version": "0.9.3",
4 "description": "React components for Heroku's Malibu SVG icon system",
5 "main": "lib/index.js",
6 "module": "es/index.js",
7 "repository": "https://github.com/heroku/react-malibu",
8 "files": [
9 "css",
10 "es",
11 "lib",
12 "umd"
13 ],
14 "scripts": {
15 "build": "nwb build-react-component",
16 "clean": "nwb clean-module && npm clean-demo",
17 "start": "nwb serve-react-demo",
18 "test": "nwb test-react",
19 "test:coverage": "nwb test-react --coverage",
20 "test:watch": "nwb test-react --server"
21 },
22 "dependencies": {
23 "react-svg-inline": "1.2.0",
24 "whatwg-fetch": "^2.0.3"
25 },
26 "peerDependencies": {
27 "react": "15.x",
28 "react-dom": "15.x"
29 },
30 "devDependencies": {
31 "nwb": "0.15.x",
32 "react": "^15.4.2",
33 "react-dom": "^15.4.2"
34 },
35 "author": "Idan Gazit <idan@heroku.com>",
36 "homepage": "https://github.com/heroku/react-malibu",
37 "license": "SEE LICENSE IN LICENSE.txt",
38 "keywords": [
39 "react-component"
40 ]
41}