-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 841 Bytes
/
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
{
"name": "gulp-flow-remove-types",
"version": "1.1.0",
"description": "Gulp plugin for flow-remove-types",
"homepage": "http://github.com/wain-pc/gulp-flow-remove-types",
"repository": {
"type": "git",
"url": "git://github.com/wain-pc/gulp-flow-remove-types.git"
},
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"flow-remove-types": "^1.2.1",
"gulp-util": "^3.0.8",
"through2": "^2.0.3"
},
"devDependencies": {
"coveralls": "^2.13.1",
"gulp": "^3.9.1",
"jest": "^20.0.4"
},
"scripts": {
"test": "jest"
},
"keywords": [
"gulpplugin",
"flow-remove-types",
"flow"
],
"author": "Wain-PC",
"license": "MIT",
"jest": {
"verbose": true,
"collectCoverage": true,
"collectCoverageFrom": [
"index.js"
]
}
}