-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 750 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 750 Bytes
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
{
"name": "schema-js",
"version": "1.1.0",
"devDependencies": {
"mocha": "^2.2.1",
"should": "^4.6.5"
},
"scripts": {
"test": "node ./node_modules/mocha/bin/mocha -w -R spec -r should"
},
"description": "Simple but powerful library to validate any javascript value",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"clone": "^1.0.1",
"common-errors": "^0.4.18",
"custom-merge": "^1.0.0",
"sift": "^1.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/mlrawlings/schema.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mlrawlings/schema/issues"
},
"homepage": "https://github.com/mlrawlings/schema"
}