]> git.wincent.com - hextrapolate.git/blob - package.json
gulp-spawn-mocha → gulp-mocha
[hextrapolate.git] / package.json
1 {
2   "name": "hextrapolate",
3   "version": "0.0.1",
4   "description": "Number base conversion tool",
5   "private": true,
6   "scripts": {
7     "lint": "eslint src",
8     "start": "gulp webpack-dev-server",
9     "test": "mocha --opts mocha/mocha.opts 'src/**/__mocks__/*.js' 'src/**/__tests__/*-test.js'"
10   },
11   "repository": {
12     "type": "git",
13     "url": "https://github.com/wincent/hextrapolate.git"
14   },
15   "keywords": [
16     "react"
17   ],
18   "author": "Greg Hurrell <greg@hurrell.net> (http://github.com/wincent)",
19   "license": "MIT",
20   "bugs": {
21     "url": "https://github.com/wincent/hextrapolate/issues"
22   },
23   "homepage": "https://github.com/wincent/hextrapolate",
24   "devDependencies": {
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",
31     "expect": "^1.8.0",
32     "gulp": "^3.9.0",
33     "gulp-eslint": "^3.0.1",
34     "gulp-flowtype": "^1.0.0",
35     "gulp-mocha": "^4.3.1",
36     "gulp-util": "^3.0.6",
37     "mocha": "^3.4.2",
38     "react-hot-loader": "^1.2.7",
39     "sinon": "^2.3.2",
40     "style-loader": "^0.18.1",
41     "webpack": "^2.6.1",
42     "webpack-dev-server": "^2.4.5"
43   },
44   "dependencies": {
45     "classnames": "^2.1.3",
46     "react": "^15.5.4",
47     "simple-debounce": "0.0.3"
48   }
49 }