-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 900 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 900 Bytes
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": "wannabanana",
"version": "1.0.0",
"description": "https://wannabanana.github.io/user_page/",
"main": "index.js",
"scripts": {
"start": "gulp",
"deploy": "gulp deploy",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WannaBanana/user_page.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/WannaBanana/user_page/issues"
},
"homepage": "https://github.com/WannaBanana/user_page#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-clean": "^0.4.0",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.6.1",
"gulp-gh-pages": "^0.5.4",
"gulp-imagemin": "^4.1.0",
"gulp-minify-css": "^1.2.4",
"gulp-minify-html": "^1.0.6",
"gulp-notify": "^3.2.0",
"gulp-rename": "^1.4.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify-es": "^1.0.4"
}
}