forked from oblador/angular-parallax
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 817 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
{
"name": "angular-parallax",
"version": "0.1.8",
"description": "Lightweight and performant parallax scrolling for angular.js",
"keywords": ["angular", "parallax", "parallax-scrolling"],
"main": "angular-parallax.min.js",
"repository": {
"type": "git",
"url": "git://[email protected]:oblador/angular-parallax.git"
},
"bugs": {
"url": "https://github.com/oblador/angular-parallax/issues"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "bower install"
},
"author": "Joel Arvidsson",
"license": "MIT",
"devDependencies": {
"gulp": "~3.8.0",
"gulp-concat": "~2.3.4",
"gulp-jshint": "~1.8.4",
"gulp-ng-annotate": "~0.3.0",
"gulp-rimraf": "~0.1.0",
"gulp-sourcemaps": "^1.1.1",
"gulp-uglify": "~0.3.1"
}
}