-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 906 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 906 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
{
"name": "express-sticker",
"description": "Group your express routes to access them globally and save the routes path in a configuration file",
"version": "0.1.7",
"homepage": "https://github.com/maxs15/express-sticker",
"author": "Max (http://github.com/maxs15)",
"main": "lib/index.js",
"engines": {
"node": ">= 0.8.0"
},
"repository": {
"type": "git",
"url": "git://github.com/maxs15/express-sticker.git"
},
"keywords": [
"express",
"stick",
"group",
"ressource",
"route",
"configuration"
],
"dependencies": {},
"devDependencies": {
"express": "3.3.4",
"mocha": "1.12.0"
},
"_from": "express-sticker@0.1.0",
"contributors": [
"Max"
],
"bugs": {
"url": "https://github.com/maxs15/express-sticker/issues"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "make"
},
"license": "MIT"
}