Skip to content

Commit fa34ea5

Browse files
committed
Update package.json
1 parent addf28d commit fa34ea5

1 file changed

Lines changed: 8 additions & 11 deletions

File tree

package.json

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
11
{
22
"name": "paper",
3-
"version": "0.8.0",
4-
"description": "The Swiss Army Knife of Vector Graphics Scripting",
5-
"authors": [{
6-
"name" : "Jürg Lehni",
7-
"url" : "http://lehni.org"
8-
}, {
9-
"name" : "Jonathan Puckey",
10-
"url" : "http://jonathanpuckey.com"
11-
}],
3+
"version": "0.8.0",
4+
"description": "The Swiss Army Knife of Vector Graphics Scripting",
5+
"contributors": [
6+
"Jürg Lehni <juerg@lehni.org> (http://lehni.org)",
7+
"Jonathan Puckey <jonathan@studiomoniker.com> (http://studiomoniker.com)"
8+
],
129
"homepage": "http://paperjs.org",
1310
"keywords": ["canvas", "vector", "graphic", "graphics", "bezier", "paper.js"],
14-
"repository": "git://github.com/paperjs/paper.js/",
11+
"repository": "git://github.com/paperjs/paper.js",
1512
"dependencies": {
1613
"canvas": ">= 0.7.0"
1714
},
1815
"engines": { "node": ">= 0.4.0" },
1916
"main": "./node.js/index.js"
20-
}
17+
}

0 commit comments

Comments
 (0)