-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 828 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 828 Bytes
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
{
"name": "aidpay-php",
"version": "1.3.0",
"description": "A PHP wrapper for AIDPay APIs",
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"docs:deploy": "vuepress build docs && sh docs/deploy/deploy.sh",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"aidcoin",
"aidpay",
"aidchain",
"exchange",
"crypto",
"charity",
"client"
],
"repository": {
"type": "git",
"url": "git+https://github.com/aidcoinco/aidpay-php.git"
},
"author": "Vittorio Minacori (https://github.com/vittominacori)",
"license": "MIT",
"bugs": {
"url": "https://github.com/aidcoinco/aidpay-php/issues"
},
"homepage": "https://github.com/aidcoinco/aidpay-php",
"devDependencies": {
"vuepress": "^0.14.8"
}
}