-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.23 KB
/
package.json
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
{
"name": "obj-denied",
"version": "1.3.1",
"description": "Check if the required properties are set, the easy way!",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- ./test/ --recursive",
"lint": "$(npm bin)/eslint .",
"eslint-pre-commit": "./scripts/eslint-pre-commit",
"auto-test": "nodemon --ignore coverage/ -x \"npm test && npm run lint\""
},
"pre-commit": [
"eslint-pre-commit",
"lint",
"test"
],
"repository": {
"type": "git",
"url": "github-geex:Geexteam/obj-denied.git"
},
"keywords": [
"obj-denied",
"denied",
"if-else",
"object",
"es6",
"deny",
"error",
"null",
"undefined",
"object-has-properties"
],
"author": "Renzo Roso <[email protected]>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Geexteam/obj-denied/issues"
},
"homepage": "https://github.com/Geexteam/obj-denied#readme",
"devDependencies": {
"eslint": "^4.0.0",
"eslint-config-defaults": "^9.0.0",
"eslint-plugin-filenames": "^1.2.0",
"istanbul": "^0.4.5",
"mocha": "^3.4.2",
"pre-commit": "^1.2.2",
"should": "^11.2.1"
}
}