forked from evoWeb/sessionplaner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 965 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
{
"name": "sessionplaner",
"description": "Bundles all resources for the usage",
"homepage": "http://www.evoweb.de/",
"author": {
"name": "Sebastian Fischer",
"email": "[email protected]"
},
"license": "GPL-2.0+",
"version": "2.0.0-dev",
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@babel/register": "^7.4.4",
"autoprefixer": "^9.5.1",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-jshint": "^2.1.0",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^4.0.2",
"gulp-uglify": "^3.0.2",
"jshint": "^2.10.2",
"node-sass": "^4.12.0"
},
"babel": {
"retainLines": true,
"presets": [
"@babel/preset-env"
]
},
"scripts": {
"test": "gulp test",
"build": "gulp build",
"watch": "gulp watch"
}
}