-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1007 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
36
{
"name": "yet-another-portfolio",
"version": "0.0.0",
"description": "Personal portfolio in making",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RuinIsProbablyTaken/yet-another-portfolio.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/RuinIsProbablyTaken/yet-another-portfolio/issues"
},
"homepage": "https://github.com/RuinIsProbablyTaken/yet-another-portfolio#readme",
"devDependencies": {
"browser-sync": "^2.17.5",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-cache": "^0.4.5",
"gulp-cssnano": "^2.1.2",
"gulp-haml-coffee": "0.0.6",
"gulp-imagemin": "^3.1.1",
"gulp-sass": "^2.3.2",
"gulp-stylus": "^2.6.0",
"gulp-uglify": "^2.0.0",
"gulp-useref": "^3.1.2",
"gulp-util": "^3.0.7",
"lazypipe": "^1.0.1",
"run-sequence": "^1.2.2"
}
}