-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1016 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
{
"name": "slack-secret",
"version": "1.0.0",
"description": "Send a secret in slack channel via sharelock.io",
"repository": {
"type": "git",
"url": "git+https://github.com/mderazon/slack-secret.git"
},
"author": "Michael DeRazon",
"bugs": {
"url": "https://github.com/mderazon/slack-secret/issues"
},
"homepage": "https://github.com/mderazon/slack-secret#readme",
"main": "build/index.js",
"scripts": {
"start": "wt serve build/index.js",
"test": "standard",
"build": "browserify src/index.js --no-bundle-external -s app -o build/index.js -t [ babelify --presets [ es2015 ] ]",
"deploy": "wt update slack-secret build/index.js"
},
"license": "MIT",
"dependencies": {
"body-parser": "^1.17.1",
"express": "^4.15.2",
"superagent": "^3.5.2",
"webtask-tools": "^3.2.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"babelify": "^7.3.0",
"browserify": "^14.3.0",
"standard": "^10.0.2",
"wt-cli": "^6.1.0"
}
}