forked from zumba/angular-waypoints
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 949 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
30
31
32
33
34
35
36
37
{
"name": "angular-waypoints",
"version": "1.0.0",
"description": "An AngularJS module for working with jQuery Waypoints",
"main": "dist/angular-waypoints.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/zumba/angular-waypoints.git"
},
"keywords": [
"angular",
"waypoints",
"jquery",
"scroll"
],
"author": "Stephen Young <stephen.young@zumba.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/zumba/angular-waypoints/issues"
},
"homepage": "https://github.com/zumba/angular-waypoints",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-jasmine": "^0.7.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.5.1",
"grunt-wrap": "^0.3.0",
"install": "^0.1.7",
"lodash": "^2.4.1",
"npm": "^1.4.23"
}
}