-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 885 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 885 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
36
{
"name": "package.json",
"version": "1.0.0",
"description": "npm file for creating the basic structure of a web project.",
"repository": {
"type": "git",
"url": "git@github.com:Hugoer/initialize_webproject.git"
},
"keywords": [
"bower",
"gulp",
"npm"
],
"author": "Hugoer",
"license": "MIT",
"bugs": {
"url": "https://github.com/Hugoer/initialize_webproject/issues"
},
"homepage": "http://www.hugoer.com",
"dependencies": {
"bower": "~1.4.1",
"bower-installer": "~1.2.0",
"gulp": "~3.9.0",
"gulp-add-src": "~0.2.0",
"gulp-autoprefixer": "~2.2.0",
"gulp-concat": "~2.5.2",
"gulp-if": "~1.2.5",
"gulp-minify-css": "~1.1.6",
"gulp-notify": "~2.2.0",
"gulp-plumber": "~1.0.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "~1.5.2",
"gulp-uglify": "~1.1.0",
"node-sass": "^4.5.2"
}
}