{ "name": "svgedit", "version": "3.0.0-alpha.3", "description": "Powerful SVG-Editor for your browser ", "main": "editor/svg-editor.js", "directories": { "doc": "docs", "example": "examples", "test": "test" }, "engines": {}, "scripts": { "build-config": "rollup -c rollup-config.config.js", "copy-deps": "cp node_modules/load-stylesheets/dist/index-es.js editor/external/load-stylesheets/index-es.js && cp node_modules/babel-polyfill/dist/polyfill.min.js editor/external/babel-polyfill/polyfill.min.js && cp node_modules/babel-polyfill/dist/polyfill.js editor/external/babel-polyfill/polyfill.js", "compress-images": "imageoptim 'chrome-app/*.png' && imageoptim 'editor/extensions/*.png' && imageoptim 'editor/spinbtn/*.png' && imageoptim 'editor/jgraduate/images/*.{png,gif}' && imageoptim 'editor/images/*.png'", "build-html": "node build-html.js", "rollup": "rollup -c", "eslint": "eslint .", "start": "echo \"Open file to http://localhost:8000/test/all_tests.html\" && static -p 8000", "test-no-build": "npm run eslint && npm run build-html && npm run build-config && opn http://localhost:8000/test/all_tests.html && static -p 8000", "test": "npm run eslint && npm run build-html && npm run rollup && npm run build-config && opn http://localhost:8000/test/all_tests.html && static -p 8000" }, "repository": { "type": "git", "url": "git+https://github.com/SVG-Edit/svgedit.git" }, "keywords": [ "svg-editor", "javascript", "svg-edit", "svg" ], "author": "Narendra Sisodiya", "contributors": [ "Pavol Rusnak", "Jeff Schiller", "Vidar Hokstad", "Alexis Deveria", "Brett Zamir" ], "license": "MIT", "bugs": { "url": "https://github.com/SVG-Edit/svgedit/issues" }, "homepage": "https://github.com/SVG-Edit/svgedit#readme", "dependencies": {}, "devDependencies": { "babel-core": "6.26.3", "babel-plugin-external-helpers": "^6.22.0", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-polyfill": "^6.26.0", "babel-preset-env": "^1.7.0", "eslint": "4.19.1", "eslint-config-standard": "11.0.0", "eslint-plugin-import": "2.12.0", "eslint-plugin-node": "6.0.1", "eslint-plugin-promise": "3.8.0", "eslint-plugin-qunit": "^3.2.1", "eslint-plugin-standard": "3.1.0", "imageoptim-cli": "^2.0.2", "load-stylesheets": "^0.5.0", "node-static": "^0.7.10", "opn-cli": "^3.1.0", "qunit": "^2.6.1", "rollup": "0.59.4", "rollup-plugin-babel": "^3.0.4", "rollup-plugin-commonjs": "^9.1.3", "rollup-plugin-json": "^3.0.0", "rollup-plugin-node-builtins": "^2.1.2", "rollup-plugin-node-resolve": "^3.3.0", "rollup-plugin-re": "^1.0.7", "rollup-plugin-uglify": "^4.0.0", "sinon": "^5.0.10", "sinon-test": "^2.2.0", "uglify-es": "^3.3.9" } }