Some more JSON package file reformatting.

This commit is contained in:
Jürg Lehni 2014-04-07 00:35:08 +02:00
parent a4404f3256
commit 46ac9052c8
4 changed files with 49 additions and 48 deletions

View file

@ -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"
]
}

View file

@ -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"
]
}

View file

@ -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"
]
}

View file

@ -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';