-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.09 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.09 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
{
"name": "doff",
"version": "0.9.0",
"description": "A powerful tool to free your objects and arrays from unwanted content",
"keywords": [
"object",
"array",
"remove",
"filter",
"strip",
"omit",
"peel",
"pull",
"doff"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/droguljic/doff.git"
},
"main": "lib/index.js",
"engines": {
"node": ">=6.4.0"
},
"devDependencies": {
"chai": "^4.1.2",
"codacy-coverage": "^2.1.1",
"eslint": "^4.19.1",
"eslint-config-semistandard": "^12.0.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.0.1",
"mocha": "^5.1.0",
"nyc": "^11.6.0",
"rewire": "^4.0.0",
"sinon": "^4.5.0",
"type-detect": "^4.0.8"
},
"scripts": {
"test": "mocha --opts ./config/test/mocha.opts",
"coverage": "nyc --nycrc-path ./config/test/nyc.json npm test"
},
"author": "Daniel Roguljic <droguljic@protonmail.com>"
}