-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1 KB
/
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
37
38
39
40
{
"name": "landing-mireadev",
"version": "1.0.0",
"description": "Landing page for MireaDev Team",
"main": "index.html",
"scripts": {
"start": "npm update --save && npm install",
"mdl": "npm i -S material-design-lite",
"jq": "npm i -S jquery",
"fn": "npm i -S flexboxgrid normalize.css"
},
"repository": {
"type": "git",
"url": "https://github.com/mireadev/landing-mireadev"
},
"bugs": {
"url": "https://github.com/mireadev/landing-mireadev/issues"
},
"homepage": "https://github.com/mireadev/landing-mireadev",
"author": "MireaDevTeam",
"license": "MIT",
"dependencies": {
"flexboxgrid": "^6.3.0",
"flexboxgrid-helpers": "^1.0.1",
"normalize.css": "^4.2.0"
},
"devDependencies": {
"browser-sync": "*",
"gulp": "*",
"gulp-plumber": "*",
"gulp-concat": "*",
"gulp-jsmin": "*",
"gulp-jade": "*",
"gulp-cssmin": "*",
"gulp-stylus": "*",
"gulp-autoprefixer": "*",
"gulp-imagemin": "*",
"imagemin-pngquant": "*"
}
}