forked from JohnyDays/json-flow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.04 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "json-flow",
"version": "2.0.0",
"description": "Transform JSON into flow type annotations automatically",
"main": "index.js",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ohlsont/json-flow.git"
},
"keywords": [
"json",
"json-to-flow",
"flow-generator",
"flow",
"flowtype",
"node",
"nodejs"
],
"author": "Johnydays",
"license": "MIT",
"bugs": {
"url": "https://github.com/ohlsont/json-flow/issues"
},
"homepage": "https://ohlsont.github.com/json-flow",
"dependencies": {
"commander": "^2.9.0",
"material-ui": "^0.17.1",
"oboe": "^2.1.2",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-tap-event-plugin": "^2.0.1"
},
"devDependencies": {
"gh-pages": "^0.12.0",
"react-scripts": "^0.9.5"
}
}