-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 738 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 738 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
{
"name": "stranger-lights",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"start": "node ./index.js",
"dev": "nodemon ./index.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Nase00/Stranger-Lights.git"
},
"author": "Sean Owiecki",
"license": "MIT",
"bugs": {
"url": "https://github.com/Nase00/Stranger-Lights/issues"
},
"homepage": "https://github.com/Nase00/Stranger-Lights#readme",
"devDependencies": {
"eslint": "^4.9.0",
"nodemon": "^1.12.1",
"prettier": "^1.7.4"
},
"dependencies": {
"finalhandler": "^1.1.0",
"lodash": "^4.17.11",
"moment": "^2.19.1",
"router": "^1.3.2",
"twitter": "^1.7.1"
}
}