-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 997 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
39
40
41
42
43
44
{
"name": "unesco",
"version": "1.0.0",
"description": "Unesco",
"main": "gulpfile.js",
"scripts": {
"start": "gulp",
"build": "gulp build",
"setup": "npm install",
"postinstall": "find node_modules/ -name '*.info' -type f -delete"
},
"repository": {
"type": "git",
"url": "unesco/forge"
},
"author": {
"name": "OWS",
"url": "https://www.ows.fr"
},
"license": "GPL-2.0-or-later",
"dependencies": {
"bootstrap": "^4.6.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0",
"gulp-cache": "^1.1",
"gulp-concat": "^2.6",
"gulp-jshint": "^2.1",
"gulp-load-plugins": "^2.0",
"gulp-load-subtasks": "^1.1",
"gulp-notify": "^3.2",
"gulp-plumber": "^1.2",
"gulp-rename": "^1.4",
"gulp-sass": "^4.0",
"gulp-sourcemaps": "^2.6",
"jquery": "^1.9.1",
"jshint": "^2.10",
"jshint-stylish": "^2.2",
"plugin-error": "^1.0",
"popper.js": "^1.16.1"
},
"browserslist": [
"> 0.5%"
]
}