forked from YuraLukashik/Bender
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.14 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.14 KB
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
{
"name": "bender",
"version": "0.0.1",
"description": "slack bot",
"main": "build/index.js",
"scripts": {
"test": "mocha --compilers js:babel-register specs/*.js",
"start": "build/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/YuraLukashik/Bender.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/YuraLukashik/Bender/issues"
},
"homepage": "https://github.com/YuraLukashik/Bender#readme",
"dependencies": {
"babel-polyfill": "^6.2.0",
"babel-runtime": "^5.8.34",
"github": "^0.2.4",
"jira": "^0.9.2",
"mocha": "^2.3.4",
"moment": "^2.11.0",
"node-schedule": "^1.0.0",
"q": "^1.4.1",
"slackbots": "^0.4.0"
},
"devDependencies": {
"babel": "^5.8.34",
"babel-cli": "^6.2.0",
"babel-core": "^6.2.1",
"babel-plugin-syntax-async-functions": "^6.1.18",
"babel-preset-es2015": "^6.1.18",
"babel-preset-stage-0": "^6.1.18",
"babel-register": "^6.2.0",
"chai": "^3.4.1",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.0",
"mocha": "^2.3.4",
"sinon": "^1.17.2",
"sinon-chai": "^2.8.0"
}
}