-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 810 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 810 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
{
"name": "micro-github",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "micro",
"dev": "nodemon --exec \"npm start\" -e \"js\"",
"test": "standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mxstbr/micro-github.git"
},
"author": "Max Stoiber <contact@mxstbr.com> (http://mxstbr.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mxstbr/micro-github/issues"
},
"homepage": "https://github.com/mxstbr/micro-github.git#readme",
"dependencies": {
"axios": "^0.15.3",
"dotenv": "^4.0.0",
"micro": "^6.2.1",
"micro-redirect": "^1.0.0",
"microrouter": "^2.0.1",
"uid-promise": "^0.1.0"
},
"devDependencies": {
"nodemon": "^1.11.0",
"standard": "^8.6.0"
}
}