-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 843 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
{
"name": "rsvg-rosette",
"version": "0.0.4",
"description": "A React component that makes rosette-geometry constructions in SVG",
"main": "lib/rosette.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "babel -d lib/ src/"
},
"repository": {
"type": "git",
"url": "https://github.com/SethDavenport/rsvg-rosette.git"
},
"keywords": [
"React",
"SVG",
"Rosette"
],
"author": "Seth Davenport <seth@rangle.io> (https://github.com/SethDavenport)",
"license": "MIT",
"bugs": {
"url": "https://github.com/SethDavenport/rsvg-rosette/issues"
},
"homepage": "https://github.com/SethDavenport/rsvg-rosette",
"devDependencies": {
"babel": "^5.8.23"
},
"dependencies": {
"fgeo": "^1.0.4",
"react": "^0.13.3",
"rsvg-path": "0.0.3"
}
}