-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 728 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 728 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
{
"name": "folder-router",
"version": "1.0.4",
"description": "A simple router based on folder name ",
"main": "lib/index.js",
"scripts": {
"test": "mocha ./test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dorianamouroux/folder-router.git"
},
"keywords": [
"router",
"express",
"simple",
"folder",
"name",
"based",
"api",
"rest"
],
"author": "dorianamouroux",
"license": "ISC",
"bugs": {
"url": "https://github.com/dorianamouroux/folder-router/issues"
},
"homepage": "https://github.com/dorianamouroux/folder-router#readme",
"dependencies": {},
"devDependencies": {
"express": "^4.13.4",
"supertest": "^1.2.0"
}
}