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

View file

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

View file

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

View file

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