UNPKG

1.35 kBJSONView Raw
1{
2 "name": "flow-config-parser",
3 "version": "0.0.3",
4 "description": "A parser for flow's configuration files.",
5 "main": "flow-config-parser.js",
6 "scripts": {
7 "prepublish": "npm run build",
8 "build": "babel -d ./lib ./src",
9 "test": "mocha",
10 "watch": "mocha --watch"
11 },
12 "author": "",
13 "license": "MIT",
14 "devDependencies": {
15 "babel-cli": "^6.16.0",
16 "babel-core": "^6.17.0",
17 "babel-eslint": "^7.0.0",
18 "babel-plugin-transform-decorators-legacy": "^1.3.4",
19 "babel-preset-env": "^1.1.4",
20 "babel-preset-es2015": "^6.16.0",
21 "babel-preset-es2015-node": "^6.1.1",
22 "babel-preset-react": "^6.16.0",
23 "babel-preset-stage-0": "^6.16.0",
24 "eslint": "^3.8.1",
25 "eslint-plugin-babel": "^3.3.0",
26 "eslint-plugin-flowtype": "^2.20.0",
27 "eslint-plugin-import": "^2.0.1",
28 "eslint-plugin-jsx-a11y": "^2.2.3",
29 "eslint-plugin-react": "^6.4.1",
30 "flow-bin": "^0.33.0",
31 "mocha": "^3.1.2",
32 "webpack": "^1.13.2"
33 },
34 "dependencies": {
35 "babel-generator": "^6.17.0",
36 "babel-traverse": "^6.16.0",
37 "babel-types": "^6.16.0",
38 "babylon": "^6.13.0",
39 "camelcase": "^3.0.0",
40 "flow-typed": "^2.0.0",
41 "mobx": "^2.6.0",
42 "mobx-react": "^3.5.8",
43 "react": "^15.3.2",
44 "react-dom": "^15.3.2"
45 },
46 "eslintConfig": {
47 "extends": "./config/eslint.js"
48 }
49}