-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.09 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
{
"name": "github-user-inspector",
"version": "0.0.1",
"description": "Analyzes GitHub profile of a given user and gives you statistics",
"scripts": {
"test": "./node_modules/.bin/eslint assets/js/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tschortsch/should-we-hire-that-dev.git"
},
"author": "Juerg Hunziker <juerg.hunziker@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/tschortsch/should-we-hire-that-dev/issues"
},
"homepage": "https://github.com/tschortsch/should-we-hire-that-dev#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"eslint": "^4.18.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.1.0",
"gulp-babel": "^7.0.1",
"gulp-concat": "^2.6.1",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.0"
},
"dependencies": {
"bootstrap": "^4.0.0",
"chart.js": "^2.7.1",
"countup.js": "^1.9.3",
"jquery": "^3.3.1",
"moment": "^2.20.1",
"popper.js": "^1.12.9",
"whatwg-fetch": "^2.0.3"
}
}