-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.12 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
{
"name": "restify-router-magic",
"version": "1.3.2",
"description": "Automatically hook routes up using handlers in multiple files",
"main": "lib/index.js",
"types": "index.d.ts",
"scripts": {
"watch": "jasmine-node --autotest lib spec",
"test": "jasmine-node lib spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tests-always-included/restify-router-magic.git"
},
"keywords": [
"restify",
"route",
"router",
"magic",
"automatically",
"automatic"
],
"author": "Tests-Always-Included",
"contributors": [
{
"name": "Tyler Akins",
"email": "fidian@rumkin.com",
"url": "https://github.com/fidian"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/tests-always-included/restify-router-magic/issues"
},
"homepage": "https://github.com/tests-always-included/restify-router-magic#readme",
"devDependencies": {
"jasmine-node": "^3.0.0"
},
"dependencies": {
"glob": "^7.1.7"
}
}