2011-08-20 09:48:57 -04:00
|
|
|
{
|
2013-06-26 21:04:56 -04:00
|
|
|
"name": "paper",
|
2015-10-25 06:24:42 -04:00
|
|
|
"version": "0.9.25",
|
2013-06-27 06:08:33 -04:00
|
|
|
"description": "The Swiss Army Knife of Vector Graphics Scripting",
|
2014-04-06 18:35:08 -04:00
|
|
|
"license": "MIT",
|
2013-07-01 09:50:39 -04:00
|
|
|
"homepage": "http://paperjs.org",
|
2014-04-06 06:47:22 -04:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/paperjs/paper.js"
|
|
|
|
},
|
2015-08-21 11:36:48 -04:00
|
|
|
"bugs": "https://github.com/paperjs/paper.js/issues",
|
2013-06-27 06:08:33 -04:00
|
|
|
"contributors": [
|
2014-01-03 19:47:16 -05:00
|
|
|
"Jürg Lehni <juerg@scratchdisk.com> (http://scratchdisk.com)",
|
2013-06-27 06:08:33 -04:00
|
|
|
"Jonathan Puckey <jonathan@studiomoniker.com> (http://studiomoniker.com)"
|
|
|
|
],
|
2016-01-26 14:02:23 -05:00
|
|
|
"main": "dist/paper-full.js",
|
2016-01-08 21:35:32 -05:00
|
|
|
"scripts": {
|
2016-01-29 17:06:31 -05:00
|
|
|
"lint": "jshint src",
|
2016-02-11 05:20:32 -05:00
|
|
|
"prepublish": "gulp minify",
|
|
|
|
"test": "gulp test"
|
2016-01-08 21:35:32 -05:00
|
|
|
},
|
2013-06-27 17:31:03 -04:00
|
|
|
"files": [
|
|
|
|
"AUTHORS.md",
|
2015-03-23 17:20:01 -04:00
|
|
|
"dist/",
|
2015-08-21 11:36:48 -04:00
|
|
|
"examples/",
|
2013-06-27 17:31:03 -04:00
|
|
|
"LICENSE.txt",
|
|
|
|
"README.md"
|
|
|
|
],
|
2013-06-26 21:04:56 -04:00
|
|
|
"engines": {
|
2016-01-28 08:39:40 -05:00
|
|
|
"node": ">=0.10.0 <6.0.0"
|
2013-06-26 21:04:56 -04:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-01-31 16:47:57 -05:00
|
|
|
"jsdom": "git://github.com/lehni/jsdom.git#bd86dd16666241edd5f25bc4f4e144f24da3c889",
|
2016-01-26 05:41:49 -05:00
|
|
|
"source-map-support": "^0.4.0"
|
2013-06-26 21:04:56 -04:00
|
|
|
},
|
2015-07-06 11:00:52 -04:00
|
|
|
"optionalDependencies": {
|
2016-01-26 14:33:33 -05:00
|
|
|
"canvas": "^1.3.5"
|
2015-07-06 11:00:52 -04:00
|
|
|
},
|
2013-07-01 09:50:39 -04:00
|
|
|
"devDependencies": {
|
2016-01-23 13:01:38 -05:00
|
|
|
"acorn": "~0.5.0",
|
2016-01-16 23:16:58 -05:00
|
|
|
"del": "^2.2.0",
|
2016-01-18 03:56:02 -05:00
|
|
|
"extend": "^3.0.0",
|
2015-07-27 05:53:08 -04:00
|
|
|
"gulp": "^3.9.0",
|
2016-01-31 08:30:14 -05:00
|
|
|
"gulp-add-src": "^0.2.0",
|
|
|
|
"gulp-bump": "^1.0.0",
|
2016-01-25 05:35:15 -05:00
|
|
|
"gulp-cached": "^1.1.0",
|
2016-01-31 08:30:14 -05:00
|
|
|
"gulp-git-streamed": "^1.0.0",
|
2016-01-25 05:35:15 -05:00
|
|
|
"gulp-jshint": "^2.0.0",
|
2016-02-15 17:59:31 -05:00
|
|
|
"gulp-prepro": "^2.4.0",
|
2016-01-29 07:02:51 -05:00
|
|
|
"gulp-qunits": "^2.0.1",
|
2016-01-16 22:32:28 -05:00
|
|
|
"gulp-rename": "^1.2.2",
|
2016-01-31 08:30:14 -05:00
|
|
|
"gulp-shell": "^0.5.2",
|
2016-01-16 22:32:28 -05:00
|
|
|
"gulp-symlink": "^2.1.3",
|
|
|
|
"gulp-uglify": "^1.5.1",
|
2016-01-23 12:26:56 -05:00
|
|
|
"gulp-uncomment": "^0.3.0",
|
|
|
|
"gulp-util": "^3.0.0",
|
2016-02-11 04:05:21 -05:00
|
|
|
"gulp-webserver": "^0.9.1",
|
2016-01-16 22:32:28 -05:00
|
|
|
"gulp-whitespace": "^0.1.0",
|
|
|
|
"gulp-zip": "^3.0.2",
|
2016-01-08 21:35:32 -05:00
|
|
|
"jshint": "2.8.x",
|
2016-01-25 05:35:15 -05:00
|
|
|
"jshint-summary": "^0.4.0",
|
2016-01-16 22:32:28 -05:00
|
|
|
"merge-stream": "^1.0.0",
|
2016-02-15 17:59:31 -05:00
|
|
|
"prepro": "^2.4.0",
|
2016-01-23 13:01:38 -05:00
|
|
|
"qunitjs": "^1.20.0",
|
|
|
|
"require-dir": "^0.3.0",
|
|
|
|
"resemblejs": "^2.1.0",
|
|
|
|
"stats.js": "0.0.14-master",
|
2016-02-12 12:20:40 -05:00
|
|
|
"straps": "^1.9.0"
|
2014-04-06 18:35:08 -04:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"vector",
|
|
|
|
"graphic",
|
|
|
|
"graphics",
|
|
|
|
"2d",
|
|
|
|
"geometry",
|
|
|
|
"bezier",
|
|
|
|
"curve",
|
|
|
|
"curves",
|
|
|
|
"path",
|
|
|
|
"paths",
|
|
|
|
"canvas",
|
|
|
|
"svg",
|
|
|
|
"paper",
|
|
|
|
"paper.js"
|
|
|
|
]
|
2013-05-05 22:34:23 -04:00
|
|
|
}
|