forked from MaRDI4NFDI/mathpipe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.69 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
65
66
67
68
69
{
"name": "mathpipe",
"version": "0.1.0",
"description": "Processes tex to png images using different routes",
"main": "lib/index.js",
"scripts": {
"test": "jshint . && mocha",
"coverage": "istanbul cover _mocha -- -R spec",
"coveralls": "npm run coverage && cat ./coverage/lcov.info | coveralls",
"coverage-win": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/physikerwelt/mathpipe.git"
},
"keywords": [
"TeX",
"LaTeX",
"macro",
"replacement",
"semantics",
"texvc",
"REST",
"API",
"service template",
"MediaWiki"
],
"author": "Moritz Schubotz",
"license": "ISC",
"bugs": {
"url": "https://github.com/physikerwelt/mathpipe/issues"
},
"homepage": "https://github.com/physikerwelt/mathpipe#readme",
"devDependencies": {
"coveralls": "^2.11.9",
"extend": "^3.0.0",
"istanbul": "^0.4.3",
"jshint": "^2.9.1",
"mocha": "^2.4.5",
"mocha-jshint": "^2.3.1",
"mocha-lcov-reporter": "^1.2.0",
"swagger-router": "^0.4.2"
},
"dependencies": {
"bluebird": "^3.3.5",
"body-parser": "^1.15.0",
"bunyan": "^1.8.1",
"cassandra-uuid": "^0.0.2",
"child-process-promise": "^2.0.1",
"commander": "^2.9.0",
"compression": "^1.6.1",
"domino": "^1.0.24",
"express": "^4.13.4",
"js-yaml": "^3.6.0",
"mkdirp-bluebird": "^1.0.1",
"preq": "^0.4.9",
"request-promise": "^3.0.0",
"screenshot-promise": "^1.1.0",
"selenium-webdriver": "^2.53.2",
"service-runner": "^1.2.2"
},
"deploy": {
"target": "debian",
"node": "4.3.0",
"dependencies": {
"_all": []
}
}
}