UNPKG

1.01 kBJSONView Raw
1{
2 "name": "shape2path",
3 "version": "1.0.0",
4 "description": "Convert SVG shapes to SVG paths",
5 "main": "lib/shape2path.js",
6 "scripts": {
7 "test": "mocha --reporter spec",
8 "cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec test/*",
9 "minify": "uglifyjs lib/shape2path.js --comments -c -m -o lib/shape2path.min.js"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git+https://github.com/HarryStevens/shape2path.git"
14 },
15 "keywords": [
16 "svg"
17 ],
18 "author": "Harry Stevens <harryjosephstevens@gmail.com> (http://harryjstevens.com/)",
19 "license": "MIT",
20 "bugs": {
21 "url": "https://github.com/HarryStevens/shape2path/issues"
22 },
23 "homepage": "https://github.com/HarryStevens/shape2path#readme",
24 "engines": {
25 "node": ">=4.2.4"
26 },
27 "devDependencies": {
28 "chai": "^4.0.2",
29 "coveralls": "^2.13.1",
30 "istanbul": "^0.4.5",
31 "mocha": "^3.4.2",
32 "uglifyjs": "^2.4.11"
33 },
34 "directories": {
35 "test": "test"
36 }
37}