forked from pandastrike/jsck
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.05 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
{
"name": "jsck",
"version": "0.3.6",
"description": "JSON Schema Compiled checK - FE",
"scripts": {
"test": "coffee test",
"prepublish": "coffee tasks/build",
"build": "duo --use duo-uglify lib/index.js"
},
"main": "build/lib/index.js",
"files": [
"build",
"lib/",
"schemas/",
"README.md"
],
"dependencies": {},
"devDependencies": {
"ajv": "^0.6.1",
"amanda": "~0.5.1",
"coffee-script": "~1.7",
"commonjs-everywhere": "^0.9.7",
"duo-uglify": "0.0.2",
"glob": "~3.2.6",
"is-my-json-valid": "latest",
"jayschema": "latest",
"jsen": "latest",
"json-gate": "latest",
"json-schema-tests": "^0.1.1",
"microtime": "^1.0.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:jmanoto/jsck.git",
"author": "Matthew King <matthew@pandastrike.com>, Jeremy Manoto <jeremy.manoto@invoice2go.com>",
"license": "MIT"
}