-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.37 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.37 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
52
{
"name": "adelealtman.it",
"version": "1.0.0",
"description": "## Local Installation and Development",
"main": "gulpfile.js",
"dependencies": {
"fastclick": "^1.0.6",
"gsap": "^1.19.0",
"jquery": "^3.1.0",
"swiper": "^3.3.1",
"viewport-units-buggyfill": "^0.6.0"
},
"devDependencies": {
"browser-sync": "^2.12.7",
"concurrent-transform": "^1.0.0",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-cheerio": "^0.6.2",
"gulp-combine-mq": "^0.4.0",
"gulp-csscomb": "^3.0.8",
"gulp-cssnano": "^2.1.2",
"gulp-favicons": "^2.2.6",
"gulp-gh-pages": "^0.5.4",
"gulp-htmlmin": "^2.0.0",
"gulp-image-resize": "^0.8.0",
"gulp-imagemin": "^3.0.1",
"gulp-jade": "^1.1.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.1",
"gulp-svgmin": "^1.2.2",
"gulp-svgstore": "^6.0.0",
"node-bourbon": "^4.2.8",
"node-neat": "^1.7.2",
"path": "^0.12.7",
"webpack-stream": "^3.2.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/h0r0man/adelealtman.it.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/h0r0man/adelealtman.it/issues"
},
"homepage": "https://github.com/h0r0man/adelealtman.it#readme"
}