paper.js/package.json

84 lines
2 KiB
JSON
Raw Normal View History

{
"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",
"license": "MIT",
2013-07-01 09:50:39 -04:00
"homepage": "http://paperjs.org",
"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)"
],
"main": "dist/paper-node.js",
"browser": "dist/paper-full.js",
2016-01-08 21:35:32 -05:00
"scripts": {
"lint": "jshint src"
},
"files": [
"AUTHORS.md",
"dist/",
2015-08-21 11:36:48 -04:00
"examples/",
"LICENSE.txt",
"README.md"
],
"engines": {
"node": ">=0.8.0 <5.0.0"
},
"dependencies": {
"jsdom": "git://github.com/lehni/jsdom.git#3d55789d0f4d55392721b1e22890837fde472375",
"source-map-support": "^0.4.0"
},
"optionalDependencies": {
"canvas": "^1.2.9"
},
2013-07-01 09:50:39 -04:00
"devDependencies": {
"acorn": "~0.5.0",
"del": "^2.2.0",
"extend": "^3.0.0",
"gitty": "^3.3.3",
"gulp": "^3.9.0",
2016-01-25 05:35:15 -05:00
"gulp-cached": "^1.1.0",
"gulp-jshint": "^2.0.0",
"gulp-prepro": "^2.0.0",
"gulp-qunit": "git://github.com/lehni/gulp-qunit.git#459c5603ceac460327a40dc89df6f19c786dc61b",
"gulp-rename": "^1.2.2",
"gulp-rimraf": "^0.2.0",
"gulp-shell": "^0.5.1",
"gulp-symlink": "^2.1.3",
"gulp-uglify": "^1.5.1",
"gulp-uncomment": "^0.3.0",
"gulp-util": "^3.0.0",
"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",
"merge-stream": "^1.0.0",
"prepro": "^2.0.0",
"qunitjs": "^1.20.0",
"require-dir": "^0.3.0",
"resemblejs": "^2.1.0",
"stats.js": "0.0.14-master",
"straps": "^1.8.0"
},
"keywords": [
"vector",
"graphic",
"graphics",
"2d",
"geometry",
"bezier",
"curve",
"curves",
"path",
"paths",
"canvas",
"svg",
"paper",
"paper.js"
]
2013-05-05 22:34:23 -04:00
}