forked from gcanti/flowcheck
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.03 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.03 KB
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
46
{
"name": "flowcheck",
"version": "0.2.7",
"description": "Runtime type checking for Flow",
"main": "index.js",
"scripts": {
"test": "node test | tap-spec"
},
"repository": {
"type": "git",
"url": "https://github.com/gcanti/flowcheck.git"
},
"author": "Giulio Canti <giulio.canti@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gcanti/flowcheck/issues"
},
"homepage": "https://github.com/gcanti/flowcheck",
"dependencies": {
"jstransform": "^8.2.0",
"through": "^2.3.6"
},
"devDependencies": {
"babelify": "^6.0.2",
"browserify": "^8.1.1",
"gulp": "^3.8.11",
"gulp-beautify": "^1.1.2",
"gulp-header": "^1.2.2",
"gulp-jshint": "^1.9.2",
"gulp-react": "^2.0.0",
"js-beautify": "^1.5.4",
"jshint-stylish": "^1.0.0",
"react-code-mirror": "^3.0.3",
"reactify": "^1.1.0",
"tap-spec": "^2.1.1",
"tape": "^3.0.3"
},
"keywords": [
"Flow",
"Flowtype",
"TypeScript",
"AtScript",
"runtime",
"checking"
]
}