-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
69 lines (69 loc) · 1.39 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"author": {
"name": "William Candillon",
"email": "[email protected]"
},
"name": "xqlint",
"description": "XQuery & JSONiq Quality Checker",
"version": "0.5.2",
"keywords": [
"jsoniq",
"xquery",
"dev",
"cloud"
],
"homepage": "https://28.io",
"bugs": "https://github.com/wcandillon/xqlint/issues",
"repository": {
"type": "git",
"url": "git://github.com/wcandillon/xqlint.git"
},
"main": "./lib/xqlint.js",
"xqlint": {
"xqlint": "./bin/xqlint"
},
"dependencies": {
"colors": "~0.6.2",
"commander": "~2.3.0",
"final-fs": "~1.6.0",
"lodash": "4.17.21",
"q": "~1.0.0",
"update-notifier": "~2.5.0"
},
"devDependencies": {
"browserify": "16.2.1",
"form-data": "2.3.2",
"grunt": "1.5.3",
"grunt-browserify": "5.3.0",
"grunt-contrib-jshint": "1.1.0",
"grunt-vows": "~0.4.1",
"matchdep": "2.0.0",
"request": "2.87.0",
"time-grunt": "~1.4.0",
"vows": "^0.8.3"
},
"optionalDependencies": {},
"engines": {
"node": ">=0.1.0",
"npm": ">=1.1.0"
},
"contributors": [
{
"name": "William Candillon",
"email": "[email protected]"
}
],
"scripts": {
"test": "grunt"
},
"directories": {
"test": "./test",
"bin": "./bin"
},
"licenses": [
{
"type": "Apache 2",
"url": "https://github.com/wcandillon/xqlint/blob/master/LICENSE"
}
]
}