-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 945 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
37
{
"name": "slack-frinkiac",
"version": "0.1.0",
"description": "",
"main": "dist/bundle.js",
"dependencies": {
"axios": "^0.9.1",
"body-parser": "^1.14.2",
"express": "^4.13.4",
"yargs": "^4.4.0"
},
"devDependencies": {
"babel-core": "^6.4.5",
"babel-eslint": "^4.1.8",
"babel-loader": "^6.2.2",
"babel-plugin-transform-object-rest-spread": "^6.3.13",
"babel-preset-es2015": "^6.3.13",
"eslint": "^1.10.3",
"eslint-config-airbnb": "^5.0.0",
"webpack": "^1.12.12"
},
"scripts": {
"start": "node .",
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gausie/slack-frinkiac.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/gausie/slack-frinkiac/issues"
},
"homepage": "https://github.com/gausie/slack-frinkiac#readme"
}