-
Notifications
You must be signed in to change notification settings - Fork 221
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 755 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 755 Bytes
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
{
"name": "JQuery-Snowfall",
"version": "1.7.1",
"description": "Make it snow on you page or elements",
"main": "snowfall.jquery.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://loktar00@github.com/loktar00/JQuery-Snowfall.git"
},
"keywords": [
"snow",
"snowfall",
"snowing"
],
"author": "Jason Brown loktar00 loktar69@hotmail.com",
"license": "Apache",
"bugs": {
"url": "https://github.com/loktar00/JQuery-Snowfall/issues"
},
"homepage": "https://github.com/loktar00/JQuery-Snowfall",
"devDependencies": {
"gulp": "^3.8.8",
"gulp-connect": "^2.0.6",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.0.1"
}
}