-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.05 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
{
"name": "kaioteoi.com",
"version": "1.0.0",
"description": "Pracion: Evolving and sharing knowledge.",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kaioteoi/kaioteoi.com.git"
},
"keywords": [
"Kaio",
"Teoi",
"Web",
"Developer",
"Portfolio"
],
"author": "Kaio Teoi <[email protected]> (kaioteoi.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/kaioteoi/kaioteoi.com/issues"
},
"homepage": "https://github.com/kaioteoi/kaioteoi.com#readme",
"devDependencies": {
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-cache": "^0.4.5",
"gulp-cssnano": "^2.1.2",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.1.1",
"gulp-livereload": "^3.8.1",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^2.0.0",
"gulp-useref": "^3.1.2",
"run-sequence": "^1.2.2"
}
}