-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.29 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.29 KB
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
43
44
45
46
47
48
49
50
51
{
"name": "",
"project_name": "basic-website",
"version": "1.0.0",
"description": "base website for start new project",
"homepage": "https://github.com/samcome/basic-website",
"owner": "S.Frémondière & J.Bachelier",
"main": "package.json",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/samcome/basic-website.git"
},
"keywords": [
"website",
"starter",
"boilerplate",
"bootstrap",
"gulp"
],
"author": {
"name": "S.Frémondière & J.Bachelier",
"home": "http://samcome.github.io/build, http://jacbac.github.io/",
"twitter": "@samcome, @jac_bachelier"
},
"devDependencies": {
"gulp": "~3.8.8",
"gulp-changed": "~1.0.0",
"gulp-concat": "~2.4.1",
"gulp-csslint": "~0.1.5",
"gulp-gzip": "^1.1.0",
"gulp-header": "~1.2.0",
"gulp-imagemin": "^2.2.0",
"gulp-jshint": "~1.8.5",
"gulp-less": "~1.3.6",
"gulp-livereload": "^3.8.0",
"gulp-minify-css": "~0.3.10",
"gulp-notify": "~2.0.0",
"gulp-plumber": "~0.6.6",
"gulp-rename": "~1.2.0",
"gulp-sourcemaps": "~1.2.2",
"gulp-uglify": "~1.0.1",
"gulp-util": "~3.0.1",
"gulp-watch": "~1.0.7"
},
"dependencies": {
"imagemin-pngquant": "^4.0.0"
}
}