forked from chrissy-dev/vanilla-calendar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 840 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
{
"name": "vanilla-calendar",
"version": "0.0.3",
"description": "A simple, hackable vanilla JS calendar",
"main": "./src/vanillaCalendar.js",
"scripts": {
"watch": "gulp watch"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/chrisssycollins/vanilla-calendar.git"
},
"keywords": [
"vanilla",
"calendar",
"javascript"
],
"author": "Chrissy Collins",
"license": "ISC",
"bugs": {
"url": "https://github.com/chrisssycollins/vanilla-calendar/issues"
},
"homepage": "https://github.com/chrisssycollins/vanilla-calendar#readme",
"devDependencies": {
"cssnano": "^3.10.0",
"gulp": "^3.9.1",
"gulp-postcss": "^7.0.1",
"gulp-uglify": "^3.0.0",
"postcss": "^6.0.16",
"postcss-cssnext": "^3.1.0",
"postcss-hexrgba": "^1.0.0"
}
}