-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1010 Bytes
/
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
33
34
35
36
37
38
39
40
{
"name": "florilegia",
"version": "7.0.0",
"description": "",
"main": "js/index.js",
"scripts": {
"test": "blue-tape js/test/*.js",
"install": "cd libpoppler && make && cd ../ && node-gyp rebuild",
"clean": "cd libpoppler && make clean && cd ../ && node-gyp clean"
},
"repository": {
"type": "git",
"url": "https://github.com/ptgolden/florilegia-node.git"
},
"bin": "./js/cli.js",
"keywords": [],
"author": "Patrick Golden <[email protected]",
"license": "AGPL-3.0",
"gypfile": true,
"devDependencies": {
"blue-tape": "^1.0.0",
"node-png": "^0.4.3"
},
"dependencies": {
"JSONStream": "^1.3.1",
"bindings": "^1.2.1",
"concat-stream": "^1.6.0",
"glob": "^7.1.1",
"jsonld": "^0.4.11",
"lov-ns": "^1.1.1",
"n3": "^0.8.4",
"nan": "^2.4.0",
"pump": "^1.0.2",
"rdf-builder": "^1.1.2",
"streaming-worker": "^1.0.1",
"streaming-worker-sdk": "^0.9.3",
"through2": "^2.0.3",
"yargs": "^7.0.2"
}
}