{ "name": "svgedit", "version": "3.0.0-alpha.1", "description": "Powerful SVG-Editor for your browser ", "main": "editor/svg-editor.js", "directories": { "doc": "docs", "example": "examples", "test": "test" }, "engines": {}, "scripts": { "eslint": "eslint .", "uglify": "uglifyjs --compress -o ./editor/spinbtn/JQuerySpinBtn.min.js -- ./editor/spinbtn/JQuerySpinBtn.js && uglifyjs --compress -o ./editor/jgraduate/jpicker.min.js -- ./editor/jgraduate/jpicker.js && uglifyjs --compress -o ./editor/jgraduate/jquery.jgraduate.min.js -- ./editor/jgraduate/jquery.jgraduate.js", "start": "echo \"Open file to http://localhost:8000/test/all_tests.html\" && static -p 8000", "test": "echo \"Error: no test specified\" && exit 1" }, "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": { "static-cli": "0.0.13" }, "devDependencies": { "eslint": "4.19.1", "eslint-config-standard": "11.0.0", "eslint-plugin-import": "2.11.0", "eslint-plugin-node": "6.0.1", "eslint-plugin-promise": "3.7.0", "eslint-plugin-standard": "3.1.0", "uglify-es": "^3.3.9" } }