-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
44 lines (44 loc) · 914 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
42
43
44
{
"name": "typify",
"description": "Runtime type-checking for JavaScript.",
"version": "0.2.10",
"homepage": "https://github.com/phadej/typify",
"author": {
"name": "Oleg Grenrus",
"email": "[email protected]",
"url": "http://oleg.fi"
},
"repository": {
"type": "git",
"url": "git://github.com/phadej/typify.git"
},
"bugs": {
"url": "https://github.com/phadej/typify/issues"
},
"license": "BSD-3-Clause",
"main": "lib/typify",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "make test"
},
"devDependencies": {
"browserify": "^16.2.3",
"david": "^11.0.0",
"eslint": "^5.15.0",
"jsverify": "^0.8.4",
"lodash": "^4.17.11",
"mocha": "^6.0.2",
"nyc": "^13.3.0",
"typify-bin": "0.0.7",
"uglify-js": "^3.4.9"
},
"keywords": [
"type",
"checking",
"typify",
"data",
"validation"
]
}