{ "name": "ketcher", "version": "2.0.0-alpha.9", "description": "Web-based molecule sketcher", "main": "ketcher.js", "homepage": "http://lifescience.opensource.epam.com/ketcher", "author": { "name": "EPAM Life Sciences", "url": "http://lifescience.opensource.epam.com" }, "repository": { "type": "git", "url": "https://github.com/epam/ketcher.git" }, "keywords": [ "molecule", "sketcher", "chemistry" ], "license": { "type": "ALv2", "url": "https://raw.github.com/epam/ketcher/master/LICENSE" }, "bugs": { "url": "https://github.com/epam/ketcher/issues" }, "devDependencies": { "babel-plugin-lodash": "3.2.11", "babel-plugin-transform-class-properties": "6.24.1", "babel-plugin-transform-object-rest-spread": "6.23.0", "babel-preset-env": "1.6.0", "babel-preset-react": "6.24.1", "babelify": "7.3.0", "browserify": "14.3.0", "browserify-babel-istanbul": "0.4.0", "browserify-replace": "0.9.0", "budo": "10.0.3", "chromedriver": "2.30.1", "del": "2.2.2", "exposify": "0.5.0", "gulp": "3.9.1", "gulp-autoprefixer": "4.0.0", "gulp-clean-css": "3.1.1", "gulp-eslint": "3.0.1", "gulp-hb": "5.1.4", "gulp-header": "1.8.9", "gulp-iconfont": "8.0.1", "gulp-less": "3.3.0", "gulp-load-plugins": "1.5.0", "gulp-rename": "1.2.2", "gulp-sourcemaps": "2.6.0", "gulp-tap": "1.0.1", "gulp-uglify": "2.1.2", "gulp-util": "3.0.8", "gulp-zip": "4.0.0", "guppy-cli": "1.0.1", "istanbul": "0.4.5", "loose-envify": "1.3.1", "markdown-it": "8.3.1", "minimist": "1.2.0", "ora": "1.3.0", "redux-logger": "3.0.6", "reselect": "3.0.1", "semver": "5.3.0", "svgstore": "2.0.2", "tap": "10.7.0", "through2": "2.0.3", "vinyl-buffer": "1.0.0", "vinyl-source-stream": "1.1.0", "webdriverio": "4.8.0", "xmldom": "0.1.27", "xpath": "0.0.24" }, "scripts": { "build": "gulp build", "archive": "gulp archive", "start": "gulp serve", "test": "npm run test-io && npm run test-render", "test-io": "node test io/io", "test-render": "gulp test-render && node test render", "generate-svg": "gulp test-render && node test/utils/generate-svg.js", "style": "gulp style", "gulp": "gulp", "postinstall": "guppy pre-commit || exit 0" }, "dependencies": { "babel-polyfill": "6.23.0", "classnames": "2.2.5", "filesaver.js": "0.2.0", "font-face-observer": "1.0.0", "jsonschema": "1.1.1", "lodash": "4.17.4", "normalize.css": "4.2.0", "preact": "8.1.0", "preact-redux": "2.0.1", "query-string": "2.4.2", "raphael": "2.2.7", "redux": "3.6.0", "redux-thunk": "2.2.0", "resemblejs": "2.2.3", "subscription": "3.0.0", "w3c-keyname": "1.1.6", "whatwg-fetch": "2.0.3" } }