forked from narikei/nowplaying-on-slack
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 679 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 679 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
{
"name": "nowplaying-on-slack",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"start": "forever start main.js",
"stop": "forever stop main.js",
"restart": "forever restart main.js"
},
"keywords": [],
"author": "iwata <121048+iwata@users.noreply.github.com>",
"license": "ISC",
"dependencies": {
"forever": "^0.15.3",
"request": "^2.81.0"
},
"devDependencies": {
"eslint": "^4.5.0",
"eslint-config-airbnb-base": "^11.3.1",
"eslint-plugin-import": "^2.7.0"
},
"engines": {
"node": ">= 6.0.0",
"npm": ">= 5.2.0"
},
"repository": "ssh://git@github.com/iwata/nowplaying-on-slack.git"
}