-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 812 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 812 Bytes
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
{
"name": "flowtype-loader",
"version": "0.2.2",
"description": "Flow loader for webpack",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/torifat/flowtype-loader.git"
},
"keywords": [
"webpack",
"flow",
"loader"
],
"author": "Rifat Nabi",
"license": "MIT",
"bugs": {
"url": "https://github.com/torifat/flowtype-loader/issues"
},
"homepage": "https://github.com/torifat/flowtype-loader#readme",
"files": [
"index.js",
"plugin.js",
"lib"
],
"peerDependencies": {
"webpack": "1 || 2 || 3"
},
"devDependencies": {
"babel-core": "^6.11.4",
"babel-loader": "^6.2.4",
"babel-plugin-transform-flow-strip-types": "^6.8.0",
"flow-bin": "^0.30.0",
"webpack": "^1.13.1"
}
}