-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 932 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
43
44
45
46
47
48
{
"name": "afm-info",
"version": "0.1.0",
"description": "Retrieve info about a Greek tax registration number (AFM)",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"ci": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/greecejs/afm-info.git"
},
"keywords": [
"afm",
"vat",
"tax",
"gsis",
"greece",
"greek"
],
"author": {
"name": "Thanos Lefteris",
"email": "alefteris@gmail.com",
"url": "http://thanoslefteris.com/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/greecejs/afm-info/issues"
},
"homepage": "https://github.com/greecejs/afm-info#readme",
"files": [
"LICENSE",
"README.md",
"index.js",
"wsdl.xml"
],
"dependencies": {
"bluebird": "^3.3.5",
"soap": "^0.14.0"
},
"devDependencies": {
"eslint": "^2.8.0"
},
"engines": {
"node": ">=4"
}
}