UNPKG

1.43 kBJSONView Raw
1{
2 "name": "wrote",
3 "version": "1.4.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-es5": "zoroaster es5/test/spec",
9 "test-watch": "zoroaster test/spec --watch",
10 "tw": "npm run test-watch",
11 "build-src": "babel src --out-dir es5/src",
12 "build-test": "babel test --out-dir es5/test --ignore test/fixtures/directory-ln,test/fixtures/directory/subdirectory-ln,test/fixtures/directory/test-ln.data --copy-files",
13 "symlink-fixtures": "node symlink-fixtures",
14 "build": "run-s build-src build-test symlink-fixtures"
15 },
16 "repository": {
17 "type": "git",
18 "url": "git+https://github.com/Sobesednik/wrote.git"
19 },
20 "keywords": [
21 "write",
22 "wrote",
23 "written",
24 "promise"
25 ],
26 "author": "Anton <anton@sobesednik.media>",
27 "license": "MIT",
28 "bugs": {
29 "url": "https://github.com/Sobesednik/wrote/issues"
30 },
31 "homepage": "https://github.com/Sobesednik/wrote#readme",
32 "devDependencies": {
33 "assert-diff": "1.2.4",
34 "babel-cli": "6.26.0",
35 "babel-plugin-transform-rename-import": "2.1.1",
36 "babel-preset-env": "1.6.1",
37 "fast-async": "6.3.0",
38 "noddy": "1.1.0",
39 "npm-run-all": "4.1.2",
40 "spawncommand": "1.1.0",
41 "zoroaster": "0.5.3"
42 },
43 "dependencies": {
44 "catchment": "2.0.1",
45 "makepromise": "1.1.1",
46 "restream": "1.2.0"
47 }
48}