-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.15 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.15 KB
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
{
"name": "jquery-text-fade-delay",
"version": "1.0.0",
"description": "Fade in a series of blockquote elements followed by a delayed cite elements, and simultaneously fade both out.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SKempin/jQuery-text-fade-delay.git"
},
"keywords": [
"jquery",
"fade",
"fader"
],
"author": "Stephen Kempin",
"license": "MIT",
"bugs": {
"url": "https://github.com/SKempin/jQuery-text-fade-delay/issues"
},
"homepage": "https://github.com/SKempin/jQuery-text-fade-delay#readme",
"dependencies": {
"jquery": "^3.1.1"
},
"devDependencies": {
"browserify": "^16.2.3",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^6.0.0",
"gulp-clean-css": "^4.0.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^4.0.2",
"gulp-size": "^3.0.0",
"gulp-sourcemaps": "^2.4.0",
"gulp-stats": "0.0.4",
"gulp-uglify": "^3.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^2.0.0"
}
}