-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 1 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
{
"name": "tweezr",
"version": "2.0.1",
"description": "a module to reverse search values within a JSON structure or a javascript object & generate the dot-notation query selectors in context of the specified object. You may also use it to \"walk\" through the structure one step at a time to read/write values. Think of it as an XPath generator for a matched keyword in a JS object (or a deserialized JSON).",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dpnishant/tweezr.git"
},
"keywords": [
"reverse",
"lookup",
"modify",
"traverse",
"search",
"json",
"edit",
"javascript",
"objects",
"xpath",
"value"
],
"author": "Nishant Das Patnaik <[email protected]> (nishant.daspatnaik.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/dpnishant/tweezr/issues"
},
"homepage": "https://github.com/dpnishant/tweezr#readme"
}