-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.01 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
{
"name": "ris-bka",
"version": "0.4.0",
"description": "Javascript lib for request to ris.bka.gv.at",
"main": "./lib/index.js",
"keywords": [
"RIS",
"BKA",
"Bundeskanzleramt",
"Rechtsinformationssystem",
"Österreich",
"Austria",
"Bund",
"Recht",
"konsolidiert",
"Gesetz"
],
"author": {
"name": "Thomas Rupprecht",
"email": "rupprecht.thomas+git@gmail.com"
},
"contributors": [
{
"name": "Thomas Rupprecht",
"email": "rupprecht.thomas+git@gmail.com"
}
],
"repository": {
"type": "git",
"url": "/~https://github.com/ximex/ris-bka.git"
},
"bugs": "/~https://github.com/ximex/ris-bka/issues",
"license": "MIT",
"dependencies": {
"jsonix": "^2.2.1",
"request": "^2.55.0"
},
"devDependencies": {
"jsonix-schema-compiler": "^2.3.3",
"mocha": "^2.2.4",
"should": "^6.0.1"
},
"scripts": {
"test": "mocha --harmony test/"
},
"files": [
"lib/",
"mappings/",
"LICENSE",
"package.json"
]
}