-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 1.81 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "giant",
"productName": "GIAnT",
"version": "1.1.1",
"description": "A graphical image annotation tool based on mxgraph, neo4j and electron",
"main": "src/atom.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha",
"coverage": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- --ui bdd -R spec -t 5000",
"cover": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha",
"docs": "yuidoc -c ./yuidoc.json src/. ",
"server": "node src/server.js",
"release": "node_modules/.bin/electron-zip-packager . ",
"debug": "node_modules/.bin/electron .",
"coveralls": "npm run cover -- --report lcovonly && cat ./docs/coverage/lcov.info | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DanielPollithy/GIAnT.git"
},
"keywords": [
"node",
"electron",
"mxgraph",
"neo4j",
"transliteration",
"image annotation",
"digital humanities",
"travis-ci",
"yuidocs",
"appveyor"
],
"author": "Daniel Pollithy",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/DanielPollithy/GIAnT/issues"
},
"homepage": "https://github.com/DanielPollithy/GIAnT#readme",
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^2.13.1",
"electron": "^1.6.7",
"electron-packager": "^8.7.0",
"electron-zip-packager": "^4.0.2",
"istanbul": "^0.4.5",
"mocha": "^3.2.0",
"mocha-lcov-reporter": "^1.3.0"
},
"dependencies": {
"body-parser": "^1.17.1",
"electron-log": "^2.2.6",
"exif": "^0.6.0",
"exif-date": "^2.0.1",
"express": "^4.15.2",
"express-fileupload": "^0.1.2",
"image-size": "^0.5.4",
"neo4j-driver": "^1.1.1",
"pug": "^2.0.0-beta11",
"xml2js": "^0.4.17"
}
}