-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.25 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
{
"private": true,
"scripts": {
"build": "gulp",
"start": "node app.js",
"lint": "eslint .",
"test": "jest"
},
"engines": {
"node": ">=8.9.x"
},
"engineStrict": true,
"dependencies": {
"console-progress": "^0.1.2",
"express": "^4.16.4",
"node-bing-api": "^4.0.0",
"progress": "^2.0.3",
"promise-retry": "^1.1.1",
"random-int": "^2.0.0",
"request": "^2.88.0"
},
"devDependencies": {
"@babel/core": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"axios": "^0.18.0",
"babel-core": "^6.26.3",
"chai": "^4.2.0",
"codecov": "^3.1.0",
"del": "^4.0.0",
"domready": "^1.0.8",
"eslint": "^5.9.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"gulp-cli": "^2.0.1",
"gulp-csso": "^3.0.1",
"gulp-html-minifier": "^0.1.8",
"gulp-inline-source": "^4.0.0",
"gulp-sass": "^4.0.2",
"gulp-uglify": "^3.0.1",
"hammerjs": "^2.0.8",
"jest": "^23.6.0",
"lodash.debounce": "^4.0.8",
"pump": "^3.0.0",
"sass-inline-image": "^0.0.3",
"screenfull": "^4.0.0",
"vinyl-named": "^1.1.0",
"webpack-stream": "^5.2.1"
},
"jest": {
"testEnvironment": "node"
}
}