forked from interledgerjs/five-bells-service-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1017 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
{
"name": "five-bells-service-manager",
"version": "5.3.4",
"description": "A module to configure and run Five Bells services for testing.",
"main": "index.js",
"scripts": {
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/interledgerjs/five-bells-service-manager.git"
},
"keywords": [
"ilp",
"interledger"
],
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/interledgerjs/five-bells-service-manager/issues"
},
"homepage": "https://github.com/interledgerjs/five-bells-service-manager#readme",
"dependencies": {
"byline": "^5.0.0",
"chalk": "^1.1.3",
"co": "^4.6.0",
"five-bells-shared": "^21.0.1",
"sqlite": "^2.2.0",
"superagent": "^3.1.0",
"supports-color": "^3.1.2",
"through2": "^2.0.1"
},
"devDependencies": {
"eslint": "^3.5.0",
"eslint-config-standard": "^6.0.1",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.0"
}
}