-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 877 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 877 Bytes
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
{
"name": "thwomp.js",
"version": "0.3.0",
"description": "A calendar wich is able to display multiple column per day",
"main": "dist/calendar.js",
"scripts": {
"build": "gulp",
"dev": "gulp watch",
"doc": "gulp deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/agence-webup/calendar.git"
},
"author": "robinparisi",
"license": "MIT",
"bugs": {
"url": "https://github.com/agence-webup/calendar/issues"
},
"homepage": "https://github.com/agence-webup/calendar#readme",
"devDependencies": {
"@babel/preset-env": "^7.26.0",
"babelify": "^10.0.0",
"browser-sync": "^3.0.3",
"browserify": "^17.0.1",
"gulp": "^5.0.0",
"gulp-autoprefixer": "^7.0.1",
"gulp-clean-css": "^4.3.0",
"gulp-gh-pages": "^0.5.4",
"gulp-uglify": "^3.0.2",
"vinyl-source-stream": "^2.0.0"
}
}