-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 949 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 949 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
33
34
35
36
37
38
39
40
{
"name": "jsck",
"version": "0.3.2",
"description": "JSON Schema Compiled checK",
"scripts": {
"test": "coffee test",
"prepublish": "coffee tasks/build"
},
"main": "lib/index.js",
"files": [
"lib/",
"schemas/",
"README.md"
],
"dependencies": {},
"devDependencies": {
"ajv": "latest",
"amanda": "latest",
"ajv": "^0.6.1",
"amanda": "~0.5.1",
"coffee-script": "~1.7",
"commonjs-everywhere": "^0.9.7",
"glob": "~3.2.6",
"is-my-json-valid": "latest",
"jayschema": "latest",
"jsen": "latest",
"json-gate": "latest",
"json-schema-tests": "^0.1.1",
"request": "~2.48.0",
"shelljs": "^0.3.0",
"simple-http-server": "~0.1.8",
"testify": "~0.2.11",
"themis": "latest",
"tv4": "latest",
"z-schema": "latest"
},
"repository": "git@github.com:pandastrike/jsck.git",
"author": "Matthew King <matthew@pandastrike.com>",
"license": "MIT"
}