forked from ezpaarse-project/ezpaarse-middlewares
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 842 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
{
"name": "middlewares",
"version": "1.0.0",
"description": "middlewares for ezPAARSE",
"scripts": {
"test": "mocha **/*spec.js",
"lint": "eslint --ext .js --ignore-path .gitignore ."
},
"homepage": "https://github.com/ezpaarse-project/ezpaarse-middlewares#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/ezpaarse-project/ezpaarse-middlewares.git"
},
"bugs": {
"url": "https://github.com/ezpaarse-project/ezpaarse-middlewares/issues"
},
"devDependencies": {
"chai": "^4.0.2",
"eslint": "^5.6.0",
"mocha": "^5.2.0"
},
"dependencies": {
"@ezpaarse-project/methal": "^2.1.0",
"co": "^4.6.0",
"crossref": "^1.2.1",
"node-istex": "^1.3.0",
"range_check": "^1.4.0",
"request": "^2.88.0",
"sudoc": "^1.0.4",
"useragent": "^2.3.0"
}
}