mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 09:22:22 -05:00
Clean up package and bower files.
This commit is contained in:
parent
8ee52d2983
commit
6b575d476d
2 changed files with 9 additions and 14 deletions
|
@ -1,11 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "paper",
|
"name": "paper",
|
||||||
"version": "0.9.7",
|
"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",
|
"main": "dist/paper.js",
|
||||||
"ignore": [
|
"ignore": [
|
||||||
"build",
|
"build",
|
||||||
|
|
18
package.json
18
package.json
|
@ -2,6 +2,8 @@
|
||||||
"name": "paper",
|
"name": "paper",
|
||||||
"version": "0.9.7",
|
"version": "0.9.7",
|
||||||
"description": "The Swiss Army Knife of Vector Graphics Scripting",
|
"description": "The Swiss Army Knife of Vector Graphics Scripting",
|
||||||
|
"homepage": "http://paperjs.org",
|
||||||
|
"repository": "git://github.com/paperjs/paper.js",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
"Jürg Lehni <juerg@lehni.org> (http://lehni.org)",
|
"Jürg Lehni <juerg@lehni.org> (http://lehni.org)",
|
||||||
"Jonathan Puckey <jonathan@studiomoniker.com> (http://studiomoniker.com)"
|
"Jonathan Puckey <jonathan@studiomoniker.com> (http://studiomoniker.com)"
|
||||||
|
@ -21,8 +23,12 @@
|
||||||
"canvas": ">= 0.7.0",
|
"canvas": ">= 0.7.0",
|
||||||
"jsdom": ">= 0.6.0"
|
"jsdom": ">= 0.6.0"
|
||||||
},
|
},
|
||||||
"homepage": "http://paperjs.org",
|
"devDependencies": {
|
||||||
"repository": "git://github.com/paperjs/paper.js",
|
"uglify-js": "~2.3.6",
|
||||||
|
"prepro": "~0.7.2",
|
||||||
|
"grunt": "~0.4.1",
|
||||||
|
"grunt-contrib-uglify": "~0.2.2"
|
||||||
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"vector",
|
"vector",
|
||||||
"graphic",
|
"graphic",
|
||||||
|
@ -33,11 +39,5 @@
|
||||||
"canvas",
|
"canvas",
|
||||||
"svg",
|
"svg",
|
||||||
"paper.js"
|
"paper.js"
|
||||||
],
|
]
|
||||||
"devDependencies": {
|
|
||||||
"uglify-js": "~2.3.6",
|
|
||||||
"prepro": "~0.7.1",
|
|
||||||
"grunt": "~0.4.1",
|
|
||||||
"grunt-contrib-uglify": "~0.2.2"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue