forked from wcandillon/xqlint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.41 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
70
{
"author": {
"name": "William Candillon",
"email": "[email protected]",
"url": "http://28.io"
},
"name": "xqlint",
"description": "XQuery & JSONiq Quality Checker",
"version": "0.3.3",
"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": "^3.2.0",
"q": "~1.0.0",
"update-notifier": "~0.2.0"
},
"devDependencies": {
"browserify": "~4.2.0",
"form-data": "~0.1.2",
"grunt": "~0.4.2",
"grunt-browserify": "~2.1.1",
"grunt-contrib-jshint": "~0.10.0",
"grunt-vows": "~0.4.1",
"matchdep": "~0.3.0",
"request": "~2.33.0",
"time-grunt": "~0.1.1",
"vows": "^0.7.0"
},
"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"
}
]
}