-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 1016 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
{
"name": "gorilla.scroller",
"version": "1.0.0",
"description": "Gorilla scroller",
"main": "index.js",
"dependencies": {
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.2.0",
"gulp-load-plugins": "^1.1.0",
"gulp-sass": "^2.1.0",
"gulp-concat": "^2.5.2",
"gulp-jshint": "^1.10.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"gorilla",
"javascript",
"onepage",
"scroller"
],
"author": "danieloprado <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/GorillaGeek/gorilla.scroller.git"
},
"bugs": {
"url": "https://github.com/GorillaGeek/gorilla.scroller/issues"
},
"homepage": "https://github.com/GorillaGeek/gorilla.scroller#readme"
}