-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 872 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
{
"name": "chainpayroll",
"version": "0.0.1",
"description": "Bitcoin Payroll Wallet Implementation",
"main": "index.js",
"scripts": {
"start": "SET NODE_ENV=dev && node index.js",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hitsnorth/ChainPayroll.git"
},
"keywords": [
"bitcoin",
"blockchain",
"payroll"
],
"author": "Eric Grill",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/hitsnorth/ChainPayroll/issues"
},
"homepage": "https://github.com/hitsnorth/ChainPayroll#readme",
"dependencies": {
"chainbyteswallet": "0.0.52",
"dotenv": "^4.0.0",
"fs": "0.0.1-security",
"winston-slack-webhook": "^0.1.4"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-env": "^1.5.2",
"chai": "^4.0.2",
"mocha": "^3.4.2"
}
}