forked from maxbos/node-quaderno
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 831 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": "quaderno",
"version": "0.0.1",
"description": "Unofficial node.js client for the Quaderno API",
"author": "Max Bos",
"license": "MIT",
"main": "./src/index.js",
"scripts": {
"cover": "nyc --reporter=lcov mocha test/*.js && nyc report",
"test-no-cover": "mocha test/",
"test": "npm run cover"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maxbos/node-quaderno.git"
},
"keywords": [
"quaderno",
"quaderno",
"api",
"quaderno",
"api",
"client"
],
"bugs": {
"url": "https://github.com/maxbos/node-quaderno/issues"
},
"homepage": "https://github.com/maxbos/node-quaderno#readme",
"dependencies": {
"node-fetch": "^2.6.1"
},
"devDependencies": {
"mocha": "^5.2.0",
"nyc": "^12.0.2",
"rewire": "^4.0.1"
}
}