-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 816 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 816 Bytes
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
{
"name": "node-yaff",
"version": "0.3.2",
"description": "Yet Another Files Finder in Node",
"main": "index.js",
"scripts": {
"test": "mocha",
"cover": "istanbul cover node_modules/mocha/bin/_mocha",
"coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AceMood/node-yaff.git"
},
"keywords": [
"node",
"files finder"
],
"engines": {
"node": ">=4.0.0"
},
"author": "AceMood",
"license": "MIT",
"bugs": {
"url": "https://github.com/AceMood/node-yaff/issues"
},
"homepage": "https://github.com/AceMood/node-yaff#readme",
"devDependencies": {
"chai": "^4.2.0",
"coveralls": "^3.0.2",
"istanbul": "^0.4.5",
"mocha": "^5.2.0"
}
}