forked from romeovs/json-schema-empty
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 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
{
"name": "json-schema-empty-forked",
"version": "1.1.1",
"description": "",
"main": "build/index.js",
"scripts": {
"prepublish": "babel --optional runtime src -d build",
"test": "lab -T babel.js -S",
"coverage": "npm run test -- --coverage -r lcov | ./node_modules/.bin/coveralls",
"hcoverage": "npm run test -- --coverage -r html -o coverage.html && open coverage.html",
"lint": "eslint -c .eslintrc src/**.js test/**.js"
},
"repository": {
"type": "git",
"url": "https://github.com/yuvke/json-schema-empty.git"
},
"author": "Romeo Van Snick <[email protected]>",
"license": "ISC",
"devDependencies": {
"babel-cli": "latest",
"babel-eslint": "latest",
"babel-runtime": "latest",
"chai": "latest",
"coveralls": "latest",
"gulp": "latest",
"gulp-eslint": "latest",
"lab": "latest",
"quick_check": "git://github.com/gampleman/quick_check.js"
},
"dependencies": {
"babel-preset-es2015": "^6.9.0",
"json-schema-ref-parser": "^3.1.2",
"simple-json-schema-deref": "^0.1.0"
}
}