-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 loc) · 1.39 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "ng-animated-scroll",
"version": "1.5.0",
"description": "A promise based angular.js service to facilitate animated scrolling.",
"main": "dist/ngAnimatedScroll.service.min.js",
"scripts": {
"test": "gulp test",
"postinstall": "echo 'DEPRECATION WARNING: ng-animated-scroll is no longer maintained. Use at your own risk.'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/haensl/ngAnimatedScroll.git"
},
"keywords": [
"angular.js",
"angular",
"angularjs",
"scroll",
"animate",
"smooth",
"element",
"promise"
],
"author": {
"name": "Hans-Peter Dietz",
"email": "h.p.dietz@gmail.com",
"twitter": "@h_p_d"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/haensl/ngAnimatedScroll/issues"
},
"homepage": "https://github.com/haensl/ngAnimatedScroll#readme",
"devDependencies": {
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-bump": "^2.1.0",
"gulp-jshint": "^2.0.0",
"gulp-load-plugins": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.3",
"jasmine-core": "^2.4.1",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0",
"karma": "^0.13.22",
"karma-jasmine": "^0.3.8",
"karma-phantomjs-launcher": "^1.0.0",
"phantomjs": "^2.1.7",
"phantomjs-prebuilt": "^2.1.7",
"run-sequence": "^1.1.5"
},
"dependencies": {
"angular": "~1.5.0"
}
}