-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.16 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "fs.proms",
"version": "1.0.2",
"description": "Promise wrapper on top of fs module",
"main": "index.js",
"scripts": {
"test": "node_modules/gulp/bin/gulp.js test",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/void666/fs.promise.git"
},
"author": "Sushim Mukul Dutta",
"license": "MIT",
"bugs": {
"url": "https://github.com/void666/fs.promise/issues"
},
"keywords": [
"fs",
"file system",
"bluebird",
"fs.promiser",
"fs-promisified",
"fs-promisify",
"fs-promise",
"fs.promised.",
"fs-promised",
"fs-promise",
"fs.promise",
"fs.promises",
"fs.promisify"
],
"homepage": "https://github.com/void666/fs.promise#readme",
"devDependencies": {
"chai": "^4.1.2",
"chai-subset": "^1.6.0",
"coveralls": "^3.0.0",
"gulp": "^3.9.1",
"gulp-eslint": "^4.0.0",
"gulp-if": "^2.0.2",
"gulp-istanbul": "^1.1.2",
"gulp-mocha": "^3",
"istanbul": "^0.4.5",
"mocha": "^5.0.4",
"yargs": "^8.0.2",
"nodemon": "*"
},
"engines": {
"node": ">=8.10.0"
}
}