mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-28 17:02:24 -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",
|
||||
"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",
|
||||
|
|
18
package.json
18
package.json
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue