-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
37 lines (37 loc) · 960 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": "drafts.distill.pub",
"version": "1.0.0",
"description": "Pipeline / glue code for drafts.distill.pub",
"main": "index.js",
"scripts": {
"build": "node ./src/build.js",
"test": "mocha ./functions/test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/distillpub/drafts.git"
},
"author": "Ludwig Schubert",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/distillpub/drafts/issues"
},
"homepage": "https://github.com/distillpub/drafts#readme",
"devDependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"firebase-tools": "^5.1.1",
"mocha": "^4.1.0",
"sinon": "^4.5.0"
},
"dependencies": {
"child_process": "^1.0.2",
"d3-queue": "^3.0.7",
"distill-template": "github:distillpub/template#master",
"fs-extra": "^5.0.0",
"github-api": "^3.0.0",
"jsdom": "11.3.0",
"jsdom-global": "3.0.2",
"npm": "^5.10.0"
}
}