-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.55 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.55 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "angular-scroll-animate",
"description": "An Angular.js directive which allows you to perform any javascript actions (in the controller, or on the element) when an element is scrolled into, or out of, the users viewport, without any other dependencies.",
"homepage": "https://github.com/rpocklin/angular-scroll-animate",
"author": "Robert Pocklington <rpocklin@gmail.com>",
"repository": {
"type": "git",
"url": "http://github.com/rpocklin/angular-scroll-animate.git"
},
"main": "./dist/angular-scroll-animate.js",
"keywords": [
"angular",
"directive",
"scroll",
"animate",
"visible",
"view",
"viewport",
"lazy"
],
"version": "0.9.9",
"license": "MIT",
"dependencies": {
"angular": "^1.3.15"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-autoprefixer": "~0.7.3",
"grunt-cli": "~0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "~0.8.0",
"grunt-contrib-jshint": "~0.7.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-jsbeautifier": "~0.2.7",
"grunt-karma": "~0.6.2",
"grunt-karma-coveralls": "~2.3.0",
"grunt-ngdocs": "^0.2.8",
"grunt-sass": "^0.16.1",
"jshint-stylish": "~0.1.3",
"karma": "~0.10.9",
"karma-coverage": "~0.2.4",
"karma-jasmine": "~0.1.5",
"karma-ng-html2js-preprocessor": "~0.1.0",
"karma-phantomjs-launcher": "~0.1.4",
"load-grunt-tasks": "~0.6.0",
"phantomjs": "~1.9.7-15",
"time-grunt": "~0.2.1"
},
"engines": {
"node": ">=0.10.0"
}
}