-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 881 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
34
35
36
37
38
{
"name": "jquery-textfade",
"version": "1.0.1",
"description": "jQuery plugin for text fading effects",
"homepage": "http://mdesantis.github.io/jquery-textfade",
"license": "MIT",
"readmeFilename": "README.md",
"author": {
"name": "Maurizio De Santis",
"email": "desantis.maurizio@gmail.com"
},
"main": "dist/jquery-textfade.js",
"files": "dist",
"scripts": {
"prepare": "grunt prepare"
},
"repository": {
"type": "git",
"url": "git://github.com/mdesantis/jquery-textfade.git"
},
"keywords": [
"jquery",
"effects",
"textfading",
"textfade"
],
"dependencies": {
"jquery": "~3.2.1"
},
"devDependencies": {
"coffeescript": "~2.1.1",
"grunt": "~1.0.1",
"grunt-contrib-coffee": "~1.0.0",
"grunt-contrib-uglify": "~3.3.0",
"grunt-contrib-watch": "~1.0.0",
"uglify-js": "~3.3.5"
}
}