UNPKG

778 BJSONView Raw
1{
2 "name": "wrote",
3 "version": "0.3.0",
4 "description": "Promise-based writing to filesystem for Node.js",
5 "main": "src/index.js",
6 "scripts": {
7 "test": "zoroaster test/spec",
8 "test-watch": "zoroaster test/spec --watch",
9 "tw": "npm run test-watch"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git+https://github.com/Sobesednik/wrote.git"
14 },
15 "keywords": [
16 "write",
17 "wrote",
18 "written",
19 "promise"
20 ],
21 "author": "Anton <anton@sobesednik.media>",
22 "license": "MIT",
23 "bugs": {
24 "url": "https://github.com/Sobesednik/wrote/issues"
25 },
26 "homepage": "https://github.com/Sobesednik/wrote#readme",
27 "devDependencies": {
28 "catchment": "1.0.0",
29 "zoroaster": "0.4.4"
30 },
31 "dependencies": {
32 "makepromise": "1.0.0"
33 }
34}