forked from oblador/angular-scroll
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 848 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 848 Bytes
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
{
"name": "angular-scroll",
"version": "0.3.0",
"description": "Scrollspy, animated scrollTo and scroll events",
"keywords": ["angular", "smooth-scroll", "scrollspy", "scrollTo", "scrolling"],
"main": "angular-scroll.min.js",
"repository": {
"type": "git",
"url": "git://git@github.com:durated/angular-scroll.git"
},
"bugs": {
"url": "https://github.com/durated/angular-scroll/issues"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Durated (http://durated.com)",
"contributors": ["Joel Arvidsson", "Joachim Karlsson"],
"license": "MIT",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-ngmin": "0.0.3",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.3.0"
}
}