-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 748 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 748 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
{
"name": "ld-query",
"version": "2.6.1",
"description": "A tiny library to query expanded JSON-LD documents",
"main": "src/ld-query.js",
"scripts": {
"test": "./node_modules/.bin/cucumber-js",
"benchmark": "node ./benchmark/benchmark.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/goofballLogic/ld-query.git"
},
"keywords": [
"json-ld"
],
"author": "Andrew/Adi",
"license": "MIT",
"bugs": {
"url": "https://github.com/goofballLogic/ld-query/issues"
},
"homepage": "https://github.com/goofballLogic/ld-query#readme",
"devDependencies": {
"benchmark": "^2.1.4",
"cucumber": "^6.0.5",
"easy-table": "^1.1.0",
"should": "^13.2.3",
"tmp": "^0.1.0"
}
}