-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1 KB
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
{
"repository": {
"type": "git",
"url": "https://github.com/saikojosh/Express-Route-Builder.git"
},
"bugs": {
"url": "https://github.com/saikojosh/Express-Route-Builder/issues"
},
"name": "express-route-builder",
"version": "0.0.12",
"description": "Quickly compile Express.js routes with minimal code.",
"keywords": [
"express",
"express.js",
"route",
"routes",
"routing",
"builder",
"config",
"middleware"
],
"main": "index.js",
"author": "Josh Cole <saikojosh@gmail.com> (http://www.JoshuaCole.me)",
"contributors": [
{
"name": "Josh Cole",
"email": "saikojosh@gmail.com"
}
],
"devDependencies": {
"eslint": "2.8.x",
"eslint-config-airbnb": "8.0.x",
"eslint-config-settled": "latest",
"eslint-plugin-babel": "3.2.x",
"eslint-plugin-import": "1.6.x",
"eslint-plugin-jsx-a11y": "1.0.x",
"eslint-plugin-react": "5.0.x"
},
"dependencies": {},
"license": "MIT",
"engines": {
"node": "6.x"
}
}