mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-28 17:02:24 -05:00
Some more JSON package file reformatting.
This commit is contained in:
parent
a4404f3256
commit
46ac9052c8
4 changed files with 49 additions and 48 deletions
36
bower.json
36
bower.json
|
@ -2,6 +2,7 @@
|
|||
"name": "paper",
|
||||
"version": "0.9.17",
|
||||
"description": "The Swiss Army Knife of Vector Graphics Scripting",
|
||||
"license": "MIT",
|
||||
"homepage": "http://paperjs.org",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -11,23 +12,6 @@
|
|||
"Jürg Lehni <juerg@scratchdisk.com> (http://scratchdisk.com)",
|
||||
"Jonathan Puckey <jonathan@studiomoniker.com> (http://studiomoniker.com)"
|
||||
],
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"vector",
|
||||
"graphic",
|
||||
"graphics",
|
||||
"2d",
|
||||
"geometry",
|
||||
"bezier",
|
||||
"curve",
|
||||
"curves",
|
||||
"path",
|
||||
"paths",
|
||||
"canvas",
|
||||
"svg",
|
||||
"paper",
|
||||
"paper.js"
|
||||
],
|
||||
"main": "dist/paper-full.js",
|
||||
"ignore": [
|
||||
"build",
|
||||
|
@ -44,5 +28,21 @@
|
|||
"acorn": "git://github.com/paperjs/acorn#0.3.2",
|
||||
"esprima": "~1.0.3",
|
||||
"stats.js": "r11"
|
||||
}
|
||||
},
|
||||
"keywords": [
|
||||
"vector",
|
||||
"graphic",
|
||||
"graphics",
|
||||
"2d",
|
||||
"geometry",
|
||||
"bezier",
|
||||
"curve",
|
||||
"curves",
|
||||
"path",
|
||||
"paths",
|
||||
"canvas",
|
||||
"svg",
|
||||
"paper",
|
||||
"paper.js"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -2,8 +2,19 @@
|
|||
"name": "paper",
|
||||
"version": "0.9.17",
|
||||
"description": "The Swiss Army Knife of Vector Graphics Scripting",
|
||||
"repo": "paperjs/paper.js",
|
||||
"license": "MIT",
|
||||
"repo": "paperjs/paper.js",
|
||||
"main": [
|
||||
"dist/paper-full.js"
|
||||
],
|
||||
"scripts": [
|
||||
"dist/paper-full.js"
|
||||
],
|
||||
"files": [
|
||||
"AUTHORS.md",
|
||||
"LICENSE.txt",
|
||||
"README.md"
|
||||
],
|
||||
"keywords": [
|
||||
"vector",
|
||||
"graphic",
|
||||
|
@ -19,16 +30,5 @@
|
|||
"svg",
|
||||
"paper",
|
||||
"paper.js"
|
||||
],
|
||||
"main": [
|
||||
"dist/paper-full.js"
|
||||
],
|
||||
"scripts": [
|
||||
"dist/paper-full.js"
|
||||
],
|
||||
"files": [
|
||||
"AUTHORS.md",
|
||||
"LICENSE.txt",
|
||||
"README.md"
|
||||
]
|
||||
}
|
||||
|
|
36
package.json
36
package.json
|
@ -2,6 +2,7 @@
|
|||
"name": "paper",
|
||||
"version": "0.9.17",
|
||||
"description": "The Swiss Army Knife of Vector Graphics Scripting",
|
||||
"license": "MIT",
|
||||
"homepage": "http://paperjs.org",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -11,23 +12,6 @@
|
|||
"Jürg Lehni <juerg@scratchdisk.com> (http://scratchdisk.com)",
|
||||
"Jonathan Puckey <jonathan@studiomoniker.com> (http://studiomoniker.com)"
|
||||
],
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"vector",
|
||||
"graphic",
|
||||
"graphics",
|
||||
"2d",
|
||||
"geometry",
|
||||
"bezier",
|
||||
"curve",
|
||||
"curves",
|
||||
"path",
|
||||
"paths",
|
||||
"canvas",
|
||||
"svg",
|
||||
"paper",
|
||||
"paper.js"
|
||||
],
|
||||
"main": "dist/paper-node.js",
|
||||
"files": [
|
||||
"AUTHORS.md",
|
||||
|
@ -49,5 +33,21 @@
|
|||
"prepro": "~0.8.1",
|
||||
"grunt": "~0.4.1",
|
||||
"grunt-contrib-uglify": "~0.2.2"
|
||||
}
|
||||
},
|
||||
"keywords": [
|
||||
"vector",
|
||||
"graphic",
|
||||
"graphics",
|
||||
"2d",
|
||||
"geometry",
|
||||
"bezier",
|
||||
"curve",
|
||||
"curves",
|
||||
"path",
|
||||
"paths",
|
||||
"canvas",
|
||||
"svg",
|
||||
"paper",
|
||||
"paper.js"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -29,5 +29,6 @@ var __options = {
|
|||
debug: false
|
||||
};
|
||||
|
||||
// If this file is loaded in the browser, we're in dev mode through load.js
|
||||
if (typeof window === 'object')
|
||||
__options.version = 'dev';
|
||||
|
|
Loading…
Reference in a new issue