-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 885 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 885 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
{
"name": "jsonld-common-contexts",
"version": "0.1.1",
"description": "Cached versions of commonly used namespaces",
"scripts": {
"test": "coffee test/*.coffee | tap-spec",
"docs": "docker -i src -o apidocs -s -n -c vs",
"compile": "coffee -c -o lib src ; cp -r src/contexts lib",
"clean": "rm -r apidocs lib ; true",
"prepublish": "npm run compile"
},
"repository": {
"type": "git",
"url": "https://github.com/kba/jsonld-common-contexts"
},
"author": "kba",
"license": "MIT",
"bugs": {
"url": "https://github.com/kba/jsonld-common-contexts/issues"
},
"homepage": "https://github.com/kba/jsonld-common-contexts",
"dependencies": {
"@kba/node-utils": "^0.2.1"
},
"devDependencies": {
"coffee-script": "^1.9.1",
"docker": "^0.2.14",
"tap-spec": "^2.2.2",
"tape": "^4.0.0"
},
"main": "lib/index.js"
}