-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 972 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": "js-slack-bot",
"version": "1.0.0",
"description": "JS REPL for slack.",
"main": "index.js",
"dependencies": {
"babel-core": "^6.9.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-es2015-loose": "^7.0.0",
"babel-preset-node6": "^11.0.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"botkit": "^0.2.0",
"html-entities": "^2.0.4",
"vm2": "^3.9.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/STRML/js-slack-bot.git"
},
"keywords": [
"slack",
"js"
],
"author": "Samuel Reed <[email protected]> (http://strml.net/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/STRML/js-slack-bot/issues"
},
"homepage": "https://github.com/STRML/js-slack-bot#readme"
}