38 lines
775 B
JSON
38 lines
775 B
JSON
{
|
|
"name": "point-at-length",
|
|
"version": "1.1.0",
|
|
"description": "compute a point from an svg path string",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"abs-svg-path": "~0.1.1",
|
|
"isarray": "~0.0.1",
|
|
"parse-svg-path": "~0.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"tape": "^3.0.0"
|
|
},
|
|
"scripts": {
|
|
"test": "tape test/*.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/substack/point-at-length.git"
|
|
},
|
|
"homepage": "https://github.com/substack/point-at-length",
|
|
"keywords": [
|
|
"getPointAtLength",
|
|
"getTotalLength",
|
|
"svg"
|
|
],
|
|
"engine": {
|
|
"node": "*",
|
|
"browser": "*"
|
|
},
|
|
"author": {
|
|
"name": "James Halliday",
|
|
"email": "mail@substack.net",
|
|
"url": "http://substack.net"
|
|
},
|
|
"license": "MIT"
|
|
}
|