-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 991 Bytes
/
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": "jsonidator",
"version": "0.0.3",
"description": "JSON validator",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"jsonidator": "cli.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/peterkelly/jsonidator.git"
},
"keywords": [
"json",
"validator",
"validation"
],
"author": "Peter Kelly <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/peterkelly/jsonidator/issues"
},
"homepage": "https://github.com/peterkelly/jsonidator#readme",
"devDependencies": {
"@types/node": "8.0.17",
"@types/pegjs": "0.10.0",
"del": "3.0.0",
"gulp": "3.9.1",
"gulp-pegjs": "0.1.0",
"gulp-tslint": "8.1.1",
"gulp-typescript": "3.2.1",
"merge2": "1.1.0",
"pegjs": "0.10.0",
"run-sequence": "2.1.0",
"tslint": "5.5.0",
"typescript": "2.4.2"
}
}