forked from sroze/ngInfiniteScroll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.08 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
{
"name": "ng-infinite-scroll",
"version": "1.3.1",
"description": "Infinite scrolling for AngularJS",
"repository": {
"type": "git",
"url": "git://github.com/sroze/ngInfiniteScroll.git"
},
"browser": "build/ng-infinite-scroll.js",
"scripts": {
"test": "grunt test:protractor-local"
},
"author": {
"name": "Brandon Tilley",
"email": "[email protected]",
"url": "http://brandontilley.com"
},
"contributors": [
{
"name": "Samuel ROZE",
"email": "[email protected]",
"url": "http://sroze.io"
}
],
"license": "MIT",
"readmeFilename": "README.md",
"devDependencies": {
"coffee-script": "~1.8.0",
"grunt": "~0.4.5",
"grunt-coffeelint": "~0.0.13",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-coffee": "~0.12.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-connect": "0.8.0",
"grunt-contrib-uglify": "~0.6.0",
"grunt-protractor-runner": "1.1.4",
"mkdirp": "0.5.0",
"protractor": "1.4.0",
"sauce-connect-launcher": "0.9.0",
"grunt-browser-sync": "^2.1.3"
}
}