-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.1 KB
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
{
"name": "stellarlibs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Andrea Borio",
"license": "ISC",
"dependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"fs": "0.0.1-security",
"jsdoc": "^3.5.5",
"minami": "^1.2.3",
"mocha": "^5.2.0",
"stellar-sdk": "^0.11.0"
},
"script": {
"generate-docs": "node_modules/.bin/jsdoc --configure .jsdoc.json --verbose",
"test": "mocha --require mocha-steps --reporter mocha-badge-generator"
},
"devDependencies": {
"jest": "^23.6.0",
"mocha-badge-generator": "^0.2.2",
"mocha-steps": "^1.3.0"
},
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andreaborio/stellarburrito.git"
},
"bugs": {
"url": "https://github.com/andreaborio/stellarburrito/issues"
},
"homepage": "https://github.com/andreaborio/stellarburrito#readme"
}