UNPKG

782 BJSONView Raw
1{
2 "name": "async-file",
3 "version": "1.0.0",
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 "file",
19 "fs"
20 ],
21 "author": {
22 "name": "Dave Templin",
23 "email": "davetemplin@hotmail.com",
24 "url": "https://github.com/davetemplin/"
25 },
26 "license": "MIT",
27 "bugs": {
28 "url": "https://github.com/davetemplin/async-file/issues"
29 },
30 "homepage": "https://github.com/davetemplin/async-file#readme",
31 "devDependencies": {
32 "chai": "^3.4.1",
33 "mocha": "^2.3.4"
34 }
35}