mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 09:22:22 -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",
|
"name": "paper",
|
||||||
"version": "0.9.17",
|
"version": "0.9.17",
|
||||||
"description": "The Swiss Army Knife of Vector Graphics Scripting",
|
"description": "The Swiss Army Knife of Vector Graphics Scripting",
|
||||||
|
"license": "MIT",
|
||||||
"homepage": "http://paperjs.org",
|
"homepage": "http://paperjs.org",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -11,23 +12,6 @@
|
||||||
"Jürg Lehni <juerg@scratchdisk.com> (http://scratchdisk.com)",
|
"Jürg Lehni <juerg@scratchdisk.com> (http://scratchdisk.com)",
|
||||||
"Jonathan Puckey <jonathan@studiomoniker.com> (http://studiomoniker.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",
|
"main": "dist/paper-full.js",
|
||||||
"ignore": [
|
"ignore": [
|
||||||
"build",
|
"build",
|
||||||
|
@ -44,5 +28,21 @@
|
||||||
"acorn": "git://github.com/paperjs/acorn#0.3.2",
|
"acorn": "git://github.com/paperjs/acorn#0.3.2",
|
||||||
"esprima": "~1.0.3",
|
"esprima": "~1.0.3",
|
||||||
"stats.js": "r11"
|
"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",
|
"name": "paper",
|
||||||
"version": "0.9.17",
|
"version": "0.9.17",
|
||||||
"description": "The Swiss Army Knife of Vector Graphics Scripting",
|
"description": "The Swiss Army Knife of Vector Graphics Scripting",
|
||||||
"repo": "paperjs/paper.js",
|
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
"repo": "paperjs/paper.js",
|
||||||
|
"main": [
|
||||||
|
"dist/paper-full.js"
|
||||||
|
],
|
||||||
|
"scripts": [
|
||||||
|
"dist/paper-full.js"
|
||||||
|
],
|
||||||
|
"files": [
|
||||||
|
"AUTHORS.md",
|
||||||
|
"LICENSE.txt",
|
||||||
|
"README.md"
|
||||||
|
],
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"vector",
|
"vector",
|
||||||
"graphic",
|
"graphic",
|
||||||
|
@ -19,16 +30,5 @@
|
||||||
"svg",
|
"svg",
|
||||||
"paper",
|
"paper",
|
||||||
"paper.js"
|
"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",
|
"name": "paper",
|
||||||
"version": "0.9.17",
|
"version": "0.9.17",
|
||||||
"description": "The Swiss Army Knife of Vector Graphics Scripting",
|
"description": "The Swiss Army Knife of Vector Graphics Scripting",
|
||||||
|
"license": "MIT",
|
||||||
"homepage": "http://paperjs.org",
|
"homepage": "http://paperjs.org",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -11,23 +12,6 @@
|
||||||
"Jürg Lehni <juerg@scratchdisk.com> (http://scratchdisk.com)",
|
"Jürg Lehni <juerg@scratchdisk.com> (http://scratchdisk.com)",
|
||||||
"Jonathan Puckey <jonathan@studiomoniker.com> (http://studiomoniker.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",
|
"main": "dist/paper-node.js",
|
||||||
"files": [
|
"files": [
|
||||||
"AUTHORS.md",
|
"AUTHORS.md",
|
||||||
|
@ -49,5 +33,21 @@
|
||||||
"prepro": "~0.8.1",
|
"prepro": "~0.8.1",
|
||||||
"grunt": "~0.4.1",
|
"grunt": "~0.4.1",
|
||||||
"grunt-contrib-uglify": "~0.2.2"
|
"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
|
debug: false
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// If this file is loaded in the browser, we're in dev mode through load.js
|
||||||
if (typeof window === 'object')
|
if (typeof window === 'object')
|
||||||
__options.version = 'dev';
|
__options.version = 'dev';
|
||||||
|
|
Loading…
Reference in a new issue