-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 867 Bytes
/
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
{
"name": "ak-hasattr",
"version": "1.0.6",
"description": "Search key exists, in a deep json object ",
"main": "index.js",
"scripts": {
"pretest": "eslint --ignore-path .gitignore .",
"test": "node_modules/mocha/bin/mocha test/"
},
"files": [
"index.js"
],
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.11.1",
"eslint-config-strongloop": "^2.1.0",
"mocha": "^5.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arshadkazmi42/hasattr.git"
},
"keywords": [
"has",
"contains",
"jsonhas",
"jsonattribute",
"jsonattr",
"jsoncontains",
"json",
"hasattr"
],
"author": "Arshad Kazmi",
"license": "MIT",
"bugs": {
"url": "https://github.com/arshadkazmi42/hasattr/issues"
},
"homepage": "https://github.com/arshadkazmi42/hasattr#readme"
}