-
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) · 825 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 825 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": "bitcoinexpress",
"version": "1.0.0",
"description": "BitcoinExpress payment library",
"main": "BitcoinExpress.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bitcoin-express/BitcoinExpress.git"
},
"keywords": [
"bitcoin",
"payment",
"wallet"
],
"author": "Jose E. Martinez",
"license": "MIT",
"bugs": {
"url": "https://github.com/bitcoin-express/BitcoinExpress/issues"
},
"homepage": "https://github.com/bitcoin-express/BitcoinExpress#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-rename": "1.2.0",
"gulp-replace": "^0.6.1",
"gulp-strip-debug": "^2.0.0",
"gulp-uglify": "^3.0.0",
"gulp-watch": "^5.0.0",
"yargs": "^10.0.3"
}
}