forked from lexkrstn/jquery-sked-tape
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
38 lines (38 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
{
"name": "jquery-sked-tape",
"version": "2.5.0",
"description": "Schedule component for jQuery that represents events in tape manner.",
"main": "dist/jquery.skedTape.js",
"style": "dist/jquery.skedTape.css",
"scripts": {
"build": "gulp build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dannygrob/jquery-sked-tape.git"
},
"keywords": [
"schedule",
"jquery"
],
"author": "Danny Grob <[email protected]> and <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dannygrob/jquery-sked-tape/issues"
},
"homepage": "https://github.com/dannygrob/jquery-sked-tape#readme",
"devDependencies": {
"gulp": "^4.0.0",
"gulp-autoprefixer": "^5.0.0",
"gulp-clean-dest": "^0.2.0",
"gulp-connect": "^5.5.0",
"gulp-if": "^2.0.2",
"gulp-notify": "^3.2.0",
"gulp-open": "^3.0.1",
"gulp-plumber": "^1.2.0",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-wrap": "^0.15.0"
}
}