-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
42 lines (42 loc) · 1.01 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
{
"name": "psvg",
"version": "0.1.3",
"description": "A parametric SVG editor, creator, and compiler based on the work of Harmen Zijp, Peter Uithoven and others.",
"main": "lib/server.js",
"dependencies": {
"optimist": "~0.6.0",
"shoe": "~0.0.15",
"st": "~0.2.2",
"formidable": "~1.0.14"
},
"bin": {
"psvg": "./bin/psvg.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/makenai/psvg.git"
},
"keywords": [
"svg",
"editor",
"parametric"
],
"preferGlobal": true,
"authors": [
"Pawel Szymczykowski <[email protected]> (http://makenai.net)",
"Harmen G. Zijp <[email protected]> (http://www.giplt.nl/)",
"Peter Uithoven <[email protected]> (http://www.peteruithoven.nl)"
],
"licenses": [
{
"type": "SimPL-2.0",
"url": "http://opensource.org/licenses/simpl-2.0"
}
],
"bugs": {
"url": "https://github.com/makenai/psvg/issues"
}
}