UNPKG

847 BJSONView Raw
1{
2 "name": "async-file",
3 "version": "2.0.1",
4 "description": "Adapts the Node.js File System API (fs) for use with TypeScript async/await",
5 "main": "index.js",
6 "scripts": {
7 "test": "mocha"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/davetemplin/async-file.git"
12 },
13 "keywords": [
14 "async",
15 "await",
16 "typescript",
17 "promise",
18 "promisify",
19 "file",
20 "fs"
21 ],
22 "author": {
23 "name": "Dave Templin",
24 "email": "davetemplin@hotmail.com",
25 "url": "https://github.com/davetemplin/"
26 },
27 "license": "MIT",
28 "bugs": {
29 "url": "https://github.com/davetemplin/async-file/issues"
30 },
31 "homepage": "https://github.com/davetemplin/async-file#readme",
32 "devDependencies": {
33 "chai": "^3.4.1",
34 "mocha": "^2.3.4"
35 },
36 "dependencies": {
37 "rimraf": "^2.5.2"
38 }
39}