forked from Vittly/json-file-pointer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 810 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 810 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
35
{
"name": "json-file-pointer",
"version": "0.0.3",
"description": "Returns line/column location of path on json",
"main": "index.js",
"scripts": {
"test": "mocha --require ./test/setup.js ./test/*.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Vittly/json-file-pointer.git"
},
"keywords": [
"json",
"parser"
],
"author": {
"name": "Vitaly Kosenko",
"email": "vitaly.kosenko@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Vittly/json-file-pointer/issues"
},
"homepage": "https://github.com/Vittly/json-file-pointer#readme",
"dependencies": {
"acorn": "^8.4.1",
},
"devDependencies": {
"chai": "^3.5.0",
"chai-subset": "^1.3.0",
"mocha": "^3.2.0",
"sinon": "^1.17.6"
}
}