-
Notifications
You must be signed in to change notification settings - Fork 282
/
Copy pathpackage.json
34 lines (34 loc) · 904 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
{
"name": "rain-effect",
"version": "1.0.0",
"description": "Rain Effects with WebGL and Canvas",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint src/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codrops/RainEffect.git"
},
"author": "",
"license": "SEE LICENSE IN http://tympanus.net/codrops/licensing/",
"homepage": "https://github.com/codrops/RainEffect",
"devDependencies": {
"babel": "^5.8.29",
"babelify": "^6.4.0",
"browserify": "^11.2.0",
"core-js": "^1.2.3",
"extend": "^3.0.0",
"fs": "0.0.2",
"glslify": "^2.3.1",
"gulp-uglify": "^1.5.3",
"gsap": "^1.18.0",
"gulp": "^3.9.0",
"gulp-babel": "^5.2.1",
"gulp-connect": "^2.2.0",
"gulp-streamify": "^1.0.2",
"uglify-js": "^2.5.0",
"vinyl-source-stream": "^1.1.0"
}
}