UNPKG

@danehansen/image-data-reader

Version:
69 lines (68 loc) 2.55 kB
{ "name": "@danehansen/image-data-reader", "version": "0.0.2", "description": "ImageData interface", "main": "danehansen-ImageDataReader.min.js", "scripts": { "buildindex": "package-helpers-buildindex srcHtml=./src/index.html srcReadme=./README.md dest=./index.html", "max": "webpack --config webpack.dev.js", "min": "webpack --config webpack.prod.js", "test": "npm run min && karma start --single-run", "test-watch": "karma start", "pub": "npm publish --access public", "prepublish": "npm run min && npm run test && npm run max && npm run buildindex" }, "keywords": [ "ImageData", "utilities" ], "author": "Dane Hansen <dane@danehansen.com> (http://www.danehansen.com/)", "license": "MIT", "devDependencies": { "@babel/core": "^7.0.0", "@babel/plugin-proposal-class-properties": "^7.0.0", "@babel/plugin-proposal-decorators": "^7.0.0", "@babel/plugin-proposal-do-expressions": "^7.0.0", "@babel/plugin-proposal-export-default-from": "^7.0.0", "@babel/plugin-proposal-export-namespace-from": "^7.0.0", "@babel/plugin-proposal-function-bind": "^7.0.0", "@babel/plugin-proposal-function-sent": "^7.0.0", "@babel/plugin-proposal-json-strings": "^7.0.0", "@babel/plugin-proposal-logical-assignment-operators": "^7.0.0", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0", "@babel/plugin-proposal-numeric-separator": "^7.0.0", "@babel/plugin-proposal-optional-chaining": "^7.0.0", "@babel/plugin-proposal-pipeline-operator": "^7.0.0", "@babel/plugin-proposal-throw-expressions": "^7.0.0", "@babel/plugin-syntax-dynamic-import": "^7.0.0", "@babel/plugin-syntax-import-meta": "^7.0.0", "@babel/preset-env": "^7.0.0", "@babel/register": "^7.13.8", "@danehansen/package-helpers": "^0.2.2", "babel-loader": "^8.2.2", "chai": "^4.3.4", "istanbul-instrumenter-loader": "^2.0.0", "karma": "^6.2.0", "karma-chai": "^0.1.0", "karma-chrome-launcher": "^3.1.0", "karma-coverage-istanbul-reporter": "^3.0.3", "karma-mocha": "^2.0.1", "karma-sinon": "^1.0.5", "karma-sourcemap-loader": "^0.3.7", "karma-webpack": "^5.0.0", "mocha": "^8.3.2", "raw-loader": "^4.0.2", "sinon": "^9.2.4", "url-loader": "^4.1.1", "webpack": "^5.26.3", "webpack-cli": "^4.5.0", "webpack-merge": "^5.7.3" }, "repository": { "type": "git", "url": "https://github.com/danehansen/ImageDataReader" }, "dependencies": { "@danehansen/math": "1.0.2" } }