2 "name": "hextrapolate",
4 "description": "Number base conversion tool",
7 "start": "gulp webpack-dev-server",
8 "test": "mocha --opts mocha/mocha.opts 'src/**/__mocks__/*.js' 'src/**/__tests__/*-test.js'"
12 "url": "https://github.com/wincent/hextrapolate.git"
17 "author": "Greg Hurrell <greg@hurrell.net> (http://github.com/wincent)",
20 "url": "https://github.com/wincent/hextrapolate/issues"
22 "homepage": "https://github.com/wincent/hextrapolate",
25 "babel-core": "^5.4.7",
26 "babel-eslint": "^3.1.9",
27 "babel-loader": "^5.1.2",
28 "css-loader": "^0.15.6",
29 "eslint-plugin-react": "^2.3.0",
32 "gulp-eslint": "^0.15.0",
33 "gulp-flowtype": "^0.4.7",
34 "gulp-spawn-mocha": "^2.2.1",
35 "gulp-util": "^3.0.6",
37 "react-hot-loader": "^1.2.7",
39 "style-loader": "^0.12.3",
41 "webpack-dev-server": "^1.8.2"