-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 831 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
{
"name": "surprisingly-not-political-commentary",
"version": "0.0.1",
"description": "This plays a specifically non-specific piece of music",
"main": "index.js",
"scripts": {
"start": "node index.js",
"start-mon": "node_modules/.bin/nodemon --watch server index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ahwitz/PoliticalCommentary.git"
},
"keywords": [
"you",
"shouldn't",
"find",
"this",
"on",
"your",
"own"
],
"author": "Andrew Horwitz",
"license": "MIT",
"bugs": {
"url": "https://github.com/ahwitz/PoliticalCommentary/issues"
},
"homepage": "https://github.com/ahwitz/PoliticalCommentary#readme",
"dependencies": {
"express": "^4.16.3",
"ws": "^6.0.0"
},
"devDependencies": {
"nodemon": "^1.18.3"
}
}