-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.56 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
{
"name": "github-wdc",
"version": "2.0.0",
"description": "Use Tableau to analyze your issues and PR's.",
"homepage": "https://github-web-data-connector.herokuapp.com/",
"keywords": [
"tableau-wdc",
"github",
"zenhub"
],
"repository": {
"type": "git",
"url": "https://github.com/tableau-mkt/github-data-connector.git"
},
"engines": {
"node": "4.8.4"
},
"scripts": {
"start": "node app.js",
"postinstall": "node node_modules/gulp/bin/gulp build"
},
"dependencies": {
"cookie-parser": "^1.4.3",
"debug": "^2.6.3",
"es6-promise-pool": "^2.4.4",
"express": "^4.15.2",
"jquery": "^3.1.1",
"js-base64": "^2.1.9",
"lodash": "^4.17.4",
"node-env-file": "^0.1.8",
"request-promise": "^4.1.1",
"uglifyify": "^3.0.4"
},
"devDependencies": {
"babel-core": "^6.24.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.0",
"babel-register": "^6.24.0",
"babelify": "^7.3.0",
"browserify": "^14.1.0",
"eslint": "^3.17.1",
"eslint-config-airbnb-base": "^11.1.1",
"eslint-plugin-import": "^2.2.0",
"event-stream": "^3.3.4",
"glob": "^7.1.1",
"gulp": "gulpjs/gulp#4.0",
"gulp-autoprefixer": "^3.1.1",
"gulp-buffer": "0.0.2",
"gulp-cli": "^1.2.2",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.0.0",
"gulp-express": "^0.3.5",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.4.1",
"gulp-tap": "^0.1.3",
"gulp-uglify": "^2.1.0",
"gulp-watch": "^4.3.11",
"rimraf": "^2.6.1",
"vinyl-source-stream": "^1.1.0"
}
}