mirror of
https://github.com/publiclab/image-sequencer.git
synced 2026-06-16 04:33:26 +02:00
a56e8a3b16
Bumps [buffer](https://github.com/feross/buffer) from 5.0.8 to 5.2.1. - [Release notes](https://github.com/feross/buffer/releases) - [Commits](https://github.com/feross/buffer/compare/v5.0.8...v5.2.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
69 lines
2.1 KiB
JSON
69 lines
2.1 KiB
JSON
{
|
|
"name": "image-sequencer",
|
|
"version": "2.2.3",
|
|
"description": "A modular JavaScript image manipulation library modeled on a storyboard.",
|
|
"main": "src/ImageSequencer.js",
|
|
"scripts": {
|
|
"debug": "TEST=true node ./index.js -i ./examples/images/monarch.png -s invert",
|
|
"test": "TEST=true tape test/**/*.js test/*.js | tap-spec; browserify test/modules/image-sequencer.js test/modules/chain.js test/modules/meta-modules.js test/modules/replace.js test/modules/import-export.js test/modules/run.js test/modules/dynamic-imports.js | tape-run --render=\"tap-spec\"",
|
|
"setup": "npm i && npm i -g grunt grunt-cli",
|
|
"start": "grunt serve"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/publiclab/image-sequencer.git"
|
|
},
|
|
"keywords": [
|
|
"images",
|
|
"Public Lab"
|
|
],
|
|
"author": "Public Lab",
|
|
"license": "GPL-3.0",
|
|
"bugs": {
|
|
"url": "https://github.com/publiclab/image-sequencer/issues"
|
|
},
|
|
"dependencies": {
|
|
"bootstrap": "~3.4.0",
|
|
"buffer": "~5.2.1",
|
|
"commander": "^2.11.0",
|
|
"data-uri-to-buffer": "^2.0.0",
|
|
"downloadjs": "^1.4.7",
|
|
"fisheyegl": "^0.1.2",
|
|
"font-awesome": "~4.7.0",
|
|
"get-pixels": "~3.3.0",
|
|
"image-sequencer-invert": "^1.0.0",
|
|
"imagejs": "0.0.9",
|
|
"imgareaselect": "git://github.com/jywarren/imgareaselect.git#v1.0.0-rc.2",
|
|
"jquery": "^3.3.1",
|
|
"jsqr": "^0.2.2",
|
|
"lodash": "^4.17.5",
|
|
"ndarray-gaussian-filter": "^1.0.0",
|
|
"ora": "^3.0.0",
|
|
"pace": "0.0.4",
|
|
"readline-sync": "^1.4.7",
|
|
"save-pixels": "~2.3.4",
|
|
"urify": "^2.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"browserify": "16.2.3",
|
|
"grunt": "^1.0.3",
|
|
"grunt-browser-sync": "^2.2.0",
|
|
"grunt-browserify": "^5.0.0",
|
|
"grunt-contrib-concat": "^1.0.1",
|
|
"grunt-contrib-uglify-es": "^3.3.0",
|
|
"grunt-contrib-watch": "^1.1.0",
|
|
"image-filter-core": "~2.0.2",
|
|
"image-filter-threshold": "~2.0.1",
|
|
"looks-same": "^4.1.0",
|
|
"matchdep": "^2.0.0",
|
|
"tap-spec": "^5.0.0",
|
|
"tape": ">=4.7.0",
|
|
"tape-run": "^4.0.0",
|
|
"uglify-es": "^3.3.7"
|
|
},
|
|
"homepage": "https://github.com/publiclab/image-sequencer",
|
|
"bin": {
|
|
"sequencer": "./index.js"
|
|
}
|
|
}
|