forked from sarcadass/granim.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 793 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
{
"name": "granim",
"version": "1.0.1",
"description": "Create fluid and interactive gradients animations with this small js library.",
"main": "granim.js",
"scripts": {
"start": "cd docs/ && node server.js"
},
"httpPort": 8080,
"keywords": [
"gradient",
"animation"
],
"author": "Benjamin Blonde",
"license": "MIT",
"devDependencies": {
"browserify": "^13.0.1",
"gulp": "^3.9.1",
"gulp-header": "^1.8.2",
"gulp-if": "^2.0.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.3",
"minimist": "^1.2.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"gulp-copy": "0.0.2",
"gulp-pug": "^3.0.4",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"hapi": "^15.0.2",
"inert": "^4.0.2"
}
}