PHP Classes

File: toastui/package.json

Recommend this page to a friend!
  Classes of Mark de Leon   PHP Document Scanner using SANE or eSCL AirPrint   toastui/package.json   Download  
File: toastui/package.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Document Scanner using SANE or eSCL AirPrint
Web interface to scan printed documents
Author: By
Last change:
Date: 4 years ago
Size: 2,437 bytes
 

Contents

Class file image Download
{ "name": "tui-image-editor", "author": "NHN FE Development Lab <dl_javascript@nhn.com>", "version": "3.5.3", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/nhn/tui.image-editor.git" }, "main": "dist/tui-image-editor.js", "description": "TOAST UI Component: ImageEditor", "keywords": [ "nhn", "nhnent", "tui", "component", "image", "editor", "canvas", "fabric" ], "devDependencies": { "acorn": "^6.0.0", "babel-core": "^6.18.2", "babel-eslint": "^7.1.0", "babel-loader": "^6.2.7", "babel-preset-es2015": "^6.18.0", "css-loader": "^0.28.11", "dtslint": "^0.4.2", "es5-shim": "^4.5.9", "eslint": "^4.5.0", "eslint-config-tui": "^1.0.1", "eslint-loader": "^1.6.1", "extract-text-webpack-plugin": "^1.0.1", "file-saver": "^1.3.3", "istanbul-instrumenter-loader": "^1.0.0", "jasmine-core": "^2.4.1", "jasmine-jquery": "^2.1.0", "jquery": "^3.2.1", "jsdoc": "^3.5.4", "karma": "^1.3.0", "karma-chrome-launcher": "^2.0.0", "karma-coverage": "^1.1.1", "karma-es5-shim": "0.0.4", "karma-firefox-launcher": "^1.1.0", "karma-jasmine": "^1.0.2", "karma-jquery": "^0.2.2", "karma-junit-reporter": "^1.2.0", "karma-sourcemap-loader": "^0.3.7", "karma-webdriver-launcher": "git+https://github.com/nhn/karma-webdriver-launcher.git#v1.1.0", "karma-webpack": "^1.8.0", "mini-css-extract-plugin": "^0.5.0", "mkdirp": "^0.5.1", "safe-umd-webpack-plugin": "0.0.2", "simulant": "^0.2.2", "stylus": "^0.54.5", "stylus-loader": "^3.0.2", "svgstore": "^2.0.3", "tslint": "^5.12.0", "tui-jsdoc-template": "^1.0.4", "typescript": "^3.2.2", "webpack": "^1.13.3", "webpack-dev-server": "^1.11.0" }, "scripts": { "test": "karma start --no-single-run", "test:ne": "KARMA_SERVER=ne karma start", "test:types": "tsc --project test/types", "bundle": "webpack && webpack -p && npm run bundle:svg && node tsBannerGenerator.js", "bundle:svg": "node makesvg.js", "serve": "webpack-dev-server --inline --hot -d", "doc:dev": "tuidoc --dev", "doc": "tuidoc", "tslint": "tslint index.d.ts", "postinstall": "npm install --no-save --no-optional fabric@^1.6.7" }, "dependencies": { "core-js": "2.4.1", "tui-code-snippet": "^1.5.0", "tui-color-picker": "^2.2.0" } }