-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
40 lines (40 loc) · 954 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
{
"name": "react-entypo",
"version": "1.3.0",
"description": "Entypo Icon React Component which outputs inline-SVGs",
"keywords:": [
"entypo",
"icon",
"icons",
"svg",
"react",
"component"
],
"author": "Cox Automotive",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/cox-auto-kc/react-entypo"
},
"homepage": "https://github.com/cox-auto-kc/react-entypo",
"main": "lib/index.js",
"scripts": {
"build": "babel src --out-dir lib",
"prepublish": "npm run build"
},
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-core": "^6.7.4",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"react": "15.x.x",
"react-dom": "15.x.x"
},
"peerDependencies": {
"react": "15.x.x",
"react-dom": "15.x.x",
"prop-types": "15.x.x"
}
}