UNPKG

900 BJSONView Raw
1{
2 "name": "write-file-atomic",
3 "version": "1.3.4",
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.11",
25 "imurmurhash": "^0.1.4",
26 "slide": "^1.1.5"
27 },
28 "devDependencies": {
29 "mkdirp": "^0.5.1",
30 "require-inject": "^1.4.0",
31 "rimraf": "^2.5.4",
32 "standard": "^9.0.2",
33 "tap": "^10.3.2"
34 },
35 "files": [
36 "index.js"
37 ]
38}