-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.13 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
{
"name": "btfbot",
"version": "1.0.0",
"description": "a bot",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gulp && node index.js",
"dev": "gulp && nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bearteam15/btfbot.git"
},
"keywords": [
"btfbot"
],
"author": "chingu bear team 15",
"license": "ISC",
"bugs": {
"url": "https://github.com/bearteam15/btfbot/issues"
},
"homepage": "https://github.com/bearteam15/btfbot#readme",
"dependencies": {
"axios": "^0.16.2",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.24.1",
"body-parser": "^1.17.2",
"del": "^3.0.0",
"dotenv": "^4.0.0",
"express": "^4.15.3",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-imagemin": "^3.3.0",
"gulp-newer": "^1.3.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-webpack": "^1.5.0",
"jquery": "^3.2.1",
"nodemon": "^1.11.0",
"request": "^2.81.0",
"run-sequence": "^2.1.0",
"webpack": "^3.4.1"
}
}