This repository has been archived by the owner on Apr 15, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
61 lines (61 loc) · 1.55 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
56
57
58
59
60
61
{
"name": "angular-snapscroll",
"version": "1.3.1",
"description": "Vertical scroll-and-snap functionality in angular",
"main": "dist/angular-snapscroll.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"angular-mocks": "^1.2.24",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^4.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^20.2.0",
"grunt-karma": "^3.0.0",
"grunt-newer": "^1.2.0",
"grunt-release-it": "^1.0.1",
"jasmine-core": "^3.2.0",
"karma": "^4.0.1",
"karma-coverage": "^1.1.0",
"karma-coveralls": "^2.0.0",
"karma-jasmine": "^2.0.0",
"karma-phantomjs-launcher": "^1.0.0",
"load-grunt-tasks": "^4.0.0",
"phantomjs-prebuilt": "^2.1.7"
},
"peerDependencies": {
"angular": "^1.2.24"
},
"dependencies": {
"angular": "^1.2.24",
"angular-scrollie": "^1.1.1",
"angular-wheelie": "^3.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/joelmukuthu/angular-snapscroll.git"
},
"keywords": [
"snapscroll",
"snap-scroll",
"angular-snapscroll",
"angularjs-snapscroll"
],
"author": {
"name": "Joel Mukuthu",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/joelmukuthu/angular-snapscroll/issues"
},
"homepage": "https://github.com/joelmukuthu/angular-snapscroll"
}