-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 866 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
{
"name": "language-jsoniq",
"description": "JSONiq & XQuery support in Atom",
"linter-package": true,
"activationCommands": [],
"version": "1.8.0",
"private": true,
"author": {
"name": "William Candillon",
"email": "wcandillon@gmail.com",
"url": "http://github.com/wcandillon"
},
"engines": {
"atom": ">=0.174.0"
},
"homepage": "http://wcandillon.github.io/language-jsoniq",
"repository": {
"type": "git",
"url": "https://github.com/wcandillon/language-jsoniq.git"
},
"license": "Apache 2",
"bugs": {
"url": "https://github.com/wcandillon/language-jsoniq/issues"
},
"main": "./lib/main",
"dependencies": {
"emissary": "^1.3.1",
"lodash": "^4.17.19",
"xqlint": "^0.2.3"
},
"devDependencies": {
"gulp": "^3.8.10",
"gulp-jshint": "^1.9.0",
"gulp-load-plugins": "^0.8.0"
}
}