UNPKG

871 BJSONView Raw
1{
2 "name": "write-file-atomic",
3 "version": "1.2.0",
4 "description": "Write files in an atomic fashion w/configurable ownership",
5 "main": "index.js",
6 "scripts": {
7 "test": "standard && tap --coverage test/*.js"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git@github.com:iarna/write-file-atomic.git"
12 },
13 "keywords": [
14 "writeFile",
15 "atomic"
16 ],
17 "author": "Rebecca Turner <me@re-becca.org> (http://re-becca.org)",
18 "license": "ISC",
19 "bugs": {
20 "url": "https://github.com/iarna/write-file-atomic/issues"
21 },
22 "homepage": "https://github.com/iarna/write-file-atomic",
23 "dependencies": {
24 "graceful-fs": "^4.1.2",
25 "imurmurhash": "^0.1.4",
26 "slide": "^1.1.5"
27 },
28 "devDependencies": {
29 "require-inject": "^1.1.0",
30 "standard": "^5.4.1",
31 "tap": "^2.3.1",
32 "tmp": "0.0.28"
33 },
34 "files": [
35 "index.js"
36 ]
37}