-
Notifications
You must be signed in to change notification settings - Fork 54
/
package.json
45 lines (45 loc) · 1.05 KB
/
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
45
{
"name": "simplycountdown.js",
"description": "Tiny Javascript Countdown",
"version": "1.3.1",
"homepage": "http://vincentloy.github.io/simplyCountdown.js",
"author": {
"name": "Vincent Loy",
"url": "http://vincent-loy.fr",
"email": "[email protected]"
},
"keywords": [
"simplyCountdown",
"countdown",
"clock",
"under construction",
"jquery",
"plugin"
],
"repository": {
"type": "git",
"url": "https://github.com/VincentLoy/simplyCountdown.js"
},
"bugs": {
"url": "https://github.com/VincentLoy/simplyCountdown.js/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/VincentLoy/simplyCountdown.js/blob/master/LICENSE"
}
],
"devDependencies": {
"bower": "~1.3.2",
"browser-sync": "^2.9.1",
"gulp": "^3.8.11",
"gulp-less": "^3.0.3",
"gulp-minify-css": "^1.1.1",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.4",
"less": "^2.7.1"
}
}