-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.88 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "Phineas",
"version": "0.0.0",
"private": true,
"author": "Alexandru Ionascu <[email protected]>",
"description": "I will make sure a Lennister always pays his debts.",
"dependencies": {
"babel-cli": "^6.5.1",
"babel-core": "^6.2.1",
"babel-preset-es2015": "^6.1.18",
"babel-runtime": "^6.18.0",
"cheerio": "^0.22.0",
"google-url": "0.0.4",
"hubot": "^2.19.0",
"hubot-conversation": "^1.1.1",
"hubot-diagnostics": "0.0.1",
"hubot-fb": "^5.0.0",
"hubot-google-images": "^0.2.6",
"hubot-google-translate": "^0.2.0",
"hubot-help": "^0.2.0",
"hubot-heroku-keepalive": "^1.0.2",
"hubot-maps": "0.0.2",
"hubot-mysql-brain": "^0.1.3",
"hubot-pugme": "^0.1.0",
"hubot-redis-brain": "0.0.3",
"hubot-remind-her": "^0.4.1",
"hubot-rules": "^0.1.1",
"hubot-scripts": "^2.17.2",
"hubot-shipit": "^0.2.0",
"hubot-slack": "^4.2.1",
"hubot-slack-attachment": "^1.0.1",
"hubot-stocks": "0.0.3",
"hubot-suggest": "0.0.1",
"moment": "^2.16.0",
"natural": "^0.4.0",
"quiche": "^0.2.0",
"random-word": "^1.0.2",
"request": "^2.79.0",
"stripe": "^4.12.0",
"sync-request": "^3.0.1",
"url-parse": "^1.1.7",
"yfinance": "0.0.6"
},
"scripts": {
"start": "babel src -d scripts && bin/hubot",
"prepublish": "babel src -d scripts",
"test": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec --compilers js:babel-core/register"
},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.8",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-0": "^6.16.0",
"eslint": "^3.10.2",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.7.1"
}
}