-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 868 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
{
"name": "react-text-on-svg",
"version": "1.0.1",
"description": "React component that draws an svg box with text on it.",
"main": "dist/react-text-to-svg.js",
"repository": "https://github.com/pnicolli/react-text-on-svg",
"bugs": "https://github.com/pnicolli/react-text-on-svg/issues",
"author": "Piero Nicolli (github.com/pnicolli)",
"homepage": "https://github.com/pnicolli/react-text-on-svg#readme",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-env": "^1.5.0",
"babel-preset-react": "^6.24.1",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"webpack": "^2.5.1"
},
"peerDependencies": {
"prop-types": "*",
"react": "*",
"react-dom": "*"
},
"dependencies": {
"svg-text-wrap": "^0.0.1"
},
"scripts": {
"build": "webpack -p"
}
}