-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 990 Bytes
/
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
{
"name": "JDE",
"version": "1.0.0",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Nour-Eddine ECH-CHEBABY",
"license": "ISC",
"devDependencies": {
"babel-preset-env": "^1.1.8",
"bootstrap-material-design-icons": "^2.2.0",
"bourbon": "^4.2.7",
"browser-sync": "^2.18.6",
"flexboxgrid": "^6.3.1",
"grid-css-framework": "^2.1.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-bundle-assets": "^2.27.1",
"gulp-cssnano": "^2.1.2",
"gulp-header": "^1.8.8",
"gulp-include": "^2.3.1",
"gulp-jshint": "^2.0.4",
"gulp-notify": "^2.2.0",
"gulp-pug": "^3.2.0",
"gulp-pug-lint": "^0.1.6",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.4.0",
"gulp-uglify": "^2.0.0",
"gulp-wait": "0.0.2"
},
"dependencies": {
"bootstrap-sass": "^3.3.7",
"font-awesome": "^4.7.0",
"jquery": "^3.1.1"
}
}