-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 843 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
{
"name": "express-annotation",
"version": "0.3.0",
"description": "Bring annotation routing to express",
"keywords": [
"express",
"annotation",
"decorator",
"router"
],
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/mastilver/express-annotation.git"
},
"author": "Thomas Sileghem",
"license": "MIT",
"bugs": {
"url": "https://github.com/mastilver/express-annotation/issues"
},
"homepage": "https://github.com/mastilver/express-annotation",
"dependencies": {
"annotation-router": "^0.8.0",
"to-absolute-path": "^1.0.0"
},
"devDependencies": {
"coveralls": "^2.11.2",
"express": "^4.12.3",
"istanbul": "^0.3.13",
"mocha": "^2.2.4",
"should": "^5.2.0",
"supertest": "^0.15.0"
}
}