-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 965 Bytes
/
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
{
"name": "lzychowski.github.io",
"version": "1.0.0",
"description": "YOLOnerds official blog",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lzychowski/lzychowski.github.io.git"
},
"author": "Leszek Zychowski & Joanna Bursakowska",
"license": "ISC",
"bugs": {
"url": "https://github.com/lzychowski/lzychowski.github.io/issues"
},
"homepage": "https://github.com/lzychowski/lzychowski.github.io#readme",
"dependencies": {
"chartist-plugin-tooltip": "0.0.11"
},
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-preset-env": "^1.2.2",
"babel-preset-es2015": "^6.24.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.1",
"gulp-header": "^1.8.8",
"gulp-pipe": "^1.0.4",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.1.0",
"gulp-util": "^3.0.8"
}
}