Clean up package and bower files.

This commit is contained in:
Jürg Lehni 2013-07-01 06:50:39 -07:00
parent 8ee52d2983
commit 6b575d476d
2 changed files with 9 additions and 14 deletions

View file

@ -1,11 +1,6 @@
{
"name": "paper",
"version": "0.9.7",
"description": "The Swiss Army Knife of Vector Graphics Scripting",
"contributors": [
"Jürg Lehni <juerg@lehni.org> (http://lehni.org)",
"Jonathan Puckey <jonathan@studiomoniker.com> (http://studiomoniker.com)"
],
"main": "dist/paper.js",
"ignore": [
"build",

View file

@ -2,6 +2,8 @@
"name": "paper",
"version": "0.9.7",
"description": "The Swiss Army Knife of Vector Graphics Scripting",
"homepage": "http://paperjs.org",
"repository": "git://github.com/paperjs/paper.js",
"contributors": [
"Jürg Lehni <juerg@lehni.org> (http://lehni.org)",
"Jonathan Puckey <jonathan@studiomoniker.com> (http://studiomoniker.com)"
@ -21,8 +23,12 @@
"canvas": ">= 0.7.0",
"jsdom": ">= 0.6.0"
},
"homepage": "http://paperjs.org",
"repository": "git://github.com/paperjs/paper.js",
"devDependencies": {
"uglify-js": "~2.3.6",
"prepro": "~0.7.2",
"grunt": "~0.4.1",
"grunt-contrib-uglify": "~0.2.2"
},
"keywords": [
"vector",
"graphic",
@ -33,11 +39,5 @@
"canvas",
"svg",
"paper.js"
],
"devDependencies": {
"uglify-js": "~2.3.6",
"prepro": "~0.7.1",
"grunt": "~0.4.1",
"grunt-contrib-uglify": "~0.2.2"
}
]
}