2 "name": "hextrapolate",
4 "description": "Number base conversion tool",
8 "start": "gulp webpack-dev-server",
9 "test": "mocha --opts mocha/mocha.opts 'src/**/__mocks__/*.js' 'src/**/__tests__/*-test.js'"
13 "url": "https://github.com/wincent/hextrapolate.git"
18 "author": "Greg Hurrell <greg@hurrell.net> (http://github.com/wincent)",
21 "url": "https://github.com/wincent/hextrapolate/issues"
23 "homepage": "https://github.com/wincent/hextrapolate",
25 "babel-cli": "^6.24.1",
26 "babel-core": "^6.24.1",
27 "babel-eslint": "^7.2.3",
28 "babel-loader": "^7.0.0",
29 "css-loader": "^0.28.4",
30 "eslint-plugin-react": "^7.0.1",
33 "gulp-eslint": "^3.0.1",
34 "gulp-flowtype": "^1.0.0",
35 "gulp-mocha": "^4.3.1",
36 "gulp-util": "^3.0.6",
38 "react-hot-loader": "^1.2.7",
40 "style-loader": "^0.18.1",
42 "webpack-dev-server": "^2.4.5"
45 "classnames": "^2.1.3",
47 "simple-debounce": "0.0.3"