-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.12 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
50
51
52
53
54
{
"name": "nutzen",
"author": "sourcevault",
"email": "[email protected]",
"homepage": "https://github.com/sourcevault/nutzen#readme.md",
"license": "BSD-3-Clause",
"description": "type validator & Erlang/Elixir style guards.",
"repository": "https://github.com/sourcevault/nutzen.git",
"version": "2.0.6",
"main": "dist/types/main.js",
"scripts": {
"test": "bash ./testall.sh"
},
"dependencies": {
"ramda": "*",
"error-stack-parser": "*"
},
"devDependencies": {
"gulp-livescript": "*",
"gulp-rename": "*",
"gulp-replace": "*",
"gulp-yaml": "*",
"livescript": "*",
"gulp-tap": "*",
"gulp-util": "*",
"gulp": "*",
"gulp-changed-in-place": "*",
"gulp-changed": "*"
},
"keywords": [
"json-schema-validator",
"pattern matching",
"schema-validator",
"error-messages",
"type-check",
"functional",
"livescript",
"validator",
"chainable",
"immutable",
"validate",
"guard-js",
"objects",
"monadic",
"mostjs",
"simple",
"schema",
"types",
"utils",
"Array",
"monad",
"JSON"
]
}