-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (39 loc) · 867 Bytes
/
package.json
File metadata and controls
50 lines (39 loc) · 867 Bytes
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
{
"name": "express-routescan",
"homepage": "http://github.com/anotheri/express-routescan",
"author": {
"name": "Alexander Bykhov",
"email": "another.side.of.my.soul@gmail.com",
"url": "http://github.com/anotheri"
},
"repository": {
"type": "git",
"url": "http://github.com/anotheri/express-routescan.git"
},
"description": "Automatic file scanner for Express JS router.",
"keywords": [
"express",
"expressjs",
"router",
"route",
"file",
"automatic",
"scanner",
"override"
],
"version": "0.2.1",
"main": "./index",
"dependencies": {},
"devDependencies": {
"mocha": "*",
"should": "*",
"supertest": "*"
},
"optionalDependencies": {},
"engines": {
"node": "*"
},
"scripts": {
"test": "ROUTESCAN_TEST=1 ./node_modules/.bin/mocha --reporter spec"
}
}