forked from gorangajic/react-svg-morph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.03 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
{
"name": "react-svg-morph",
"version": "0.1.8",
"description": "morph your svg component one into another",
"main": "lib/index.js",
"jsnext:main": "src/index.js",
"scripts": {
"build": "babel src --out-dir lib",
"prepublish": "npm run build",
"eslint": "eslint src"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/gorangajic/react-svg-morph.git"
},
"keywords": [
"react",
"icons",
"svg",
"morph",
"transform",
"icon"
],
"author": "Goran Gajic <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gorangajic/react-svg-morph/issues"
},
"dependencies": {
"react-render-to-json": "0.0.4",
"svgpath": "^2.1.0"
},
"devDependencies": {
"babel": "^5.8.23",
"babel-eslint": "^4.1.3",
"eslint": "^1.8.0",
"eslint-config-airbnb": "^0.1.0",
"eslint-plugin-react": "^3.6.3",
"webpack": "^1.12.2"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0",
"react-dom": "^0.14.0 || ^15.0.0"
}
}