-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.1 KB
/
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
40
41
42
43
44
{
"name": "quivertoleveltostatic",
"version": "0.0.1",
"description": "export to a static site",
"main": "index.js",
"type": "module",
"jest": {
"testEnvironment": "node"
},
"scripts": {
"main": "node src/run",
"test": "jest --env node",
"test:watch": "jest --watch --env node",
"now-build": "node src/run -d dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bfulop/leveltostatic.git"
},
"author": "Balint Fulop <[email protected]> (http://abundancia.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/bfulop/leveltostatic/issues"
},
"homepage": "https://github.com/bfulop/leveltostatic#readme",
"devDependencies": {
"encoding-down": "^6.0.1",
"jest": "^23.6.0",
"memdown": "^3.0.0",
"to-readable-stream": "^1.0.0"
},
"dependencies": {
"clean-special-chars": "^1.0.7",
"folktale": "^2.3.1",
"fs-extra": "^7.0.1",
"immutable": "^4.0.0-rc.12",
"immutable-ext": "^1.1.5",
"level": "^5.0.0",
"leveldown": "^5.0.1",
"ramda": "^0.26.1",
"through2": "^3.0.0",
"to2": "^1.0.0"
}
}