forked from pronamic/twinfield
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 938 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
{
"name": "twinfield",
"version": "1.0.0",
"description": "Library for using the Twinfield Soap Service.",
"repository": {
"type": "git",
"url": "https://github.com/AtaneNL/twinfield.git"
},
"keywords": [
"twinfield",
"api",
"administration",
"accounting",
"accountant"
],
"author": {
"name": "Pronamic",
"email": "[email protected]",
"url": "http://www.pronamic.nl/"
},
"contributors": [
{
"name": "Remco Tolsma",
"email": "[email protected]",
"url": "http://www.remcotolsma.nl/"
},
{
"name": "Daniël Oosterhuis",
"email": "[email protected]",
"url": "http://www.atane.nl/"
}
],
"license": "GPL",
"homepage": "https://github.com/AtaneNL/twinfield",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-phpcs": "^0.2.2",
"grunt-phplint": "0.0.5",
"grunt-phpunit": "~0.3.3",
"grunt-shell": "^0.6.4"
}
}