forked from flitto/express-param
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 910 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
{
"name": "express-param",
"version": "0.7.5",
"description": "fetch expressjs params and check validation",
"main": "index.js",
"author": "Flitto Inc.",
"keywords": [
"express",
"parameters",
"fetch",
"querystring"
],
"repository": {
"type": "git",
"url": "https://github.com/flitto/express-param.git"
},
"bugs": {
"url": "https://github.com/flitto/express-param/issues"
},
"homepage": "https://www.flitto.com/",
"license": "MIT",
"dependencies": {
"geoip": "^0.6.1",
"underscore": "^1.8.3"
},
"devDependencies": {
"body-parser": "^1.15.2",
"mocha": "^3.0.2",
"express": "^4.14.0",
"should": "^10.0.0",
"supertest": "^2.0.0",
"json-diff": "^0.3.1"
},
"scripts": {
"test": "make all",
"test-ci": "mocha",
"test-cov": "istanbul cover --hook-run-in-context node_modules/mocha/bin/mocha -- -R spec"
}
}