forked from gcanti/tcomb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.08 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
46
47
48
49
{
"name": "tcomb",
"version": "0.0.10",
"description": "Runtime types checking for JavaScript ",
"main": "build/tcomb.js",
"scripts": {
"test": "grunt test",
"build": "grunt build",
"jshint": "grunt jshint",
"start": "grunt",
"coverage": "istanbul cover _mocha -- --ui bdd -R dot",
"doc": "grunt doc"
},
"repository": {
"type": "git",
"url": "https://github.com/gcanti/tcomb.git"
},
"author": "Giulio Canti <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gcanti/tcomb/issues"
},
"homepage": "https://github.com/gcanti/tcomb",
"devDependencies": {
"mocha": "*",
"grunt": "*",
"grunt-rigger": "*",
"grunt-contrib-jshint": "*",
"grunt-mocha-test": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-watch": "*",
"grunt-contrib-clean": "*",
"grunt-cli": "*",
"jshint-stylish": "*",
"istanbul": "*",
"emu": "*"
},
"tags": [
"type",
"types",
"combinators",
"checking",
"safety",
"models",
"domain",
"debugging",
"immutable"
]
}