-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 766 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 766 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
{
"name": "ld-validate",
"version": "0.1.0",
"description": "A tiny library to validate JSON-LD documents using ld-query",
"main": "src/index.js",
"scripts": {
"test": "node_modules/.bin/cucumberjs --snippet-interface promise"
},
"repository": {
"type": "git",
"url": "git+https://github.com/goofballLogic/ld-validate.git"
},
"keywords": [
"JSON-LD"
],
"author": "goofballLogic",
"license": "ISC",
"bugs": {
"url": "https://github.com/goofballLogic/ld-validate/issues"
},
"homepage": "https://github.com/goofballLogic/ld-validate#readme",
"dependencies": {
"debug": "^2.2.0",
"jsonld": "^0.4.11",
"ld-query": "^0.3.0"
},
"devDependencies": {
"cucumber": "^1.3.1",
"should": "^11.1.1"
}
}