react-chemdoodle-web
Version:
Title of the project TODO
50 lines (49 loc) • 1.34 kB
JSON
{
"name": "react-chemdoodle-web",
"version": "1.0.17",
"description": "Title of the project TODO",
"main": "./lib/index.js",
"directories": {
"lib": "lib"
},
"dependencies": {
"jquery": "^3.2.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"eslint": "^4.14.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.5.1",
"eslint-watch": "^3.1.3",
"polished": "^1.9.0",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"styled-components": "^2.4.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel lib -d build",
"lint": "eslint lib/**; exit 0",
"lint:watch": "esw -w lib/**",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mhoffman/react-chemdoodle-web.git"
},
"keywords": [
"react",
"chemdoodle"
],
"author": "Max J. Hoffmann <mjhoffmann@gmail.com> (http://mhoffman.github.io/)",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/mhoffman/react-chemdoodle-web/issues"
},
"homepage": "https://github.com/mhoffman/react-chemdoodle-web#readme"
}