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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
|
{
"name": "ng-infinite-scroll",
"version": "1.3.0",
"description": "Infinite scrolling for AngularJS",
"repository": {
"type": "git",
"url": "git://github.com/sroze/ngInfiniteScroll.git"
},
"main": "build/ng-infinite-scroll.js",
"browser": "build/ng-infinite-scroll.js",
"scripts": {
"test": "grunt test:protractor-local"
},
"author": {
"name": "Michelle Tilley",
"email": "michelle@michelletilley.net",
"url": "http://michelletilley.net"
},
"contributors": [
{
"name": "Samuel ROZE",
"email": "samuel.roze@gmail.com",
"url": "http://sroze.io"
}
],
"license": "MIT",
"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"
},
"gitHead": "6fbf4b41947f9a3023b4aba0e613231950ccc4a1",
"bugs": {
"url": "https://github.com/sroze/ngInfiniteScroll/issues"
},
"homepage": "https://github.com/sroze/ngInfiniteScroll#readme",
"_id": "ng-infinite-scroll@1.3.0",
"_shasum": "c2e98d8fd134b0525a4d2cf58c95d9b583755112",
"_from": "ng-infinite-scroll@>=1.3.0 <2.0.0",
"_npmVersion": "3.9.5",
"_nodeVersion": "6.2.2",
"_npmUser": {
"name": "graingert",
"email": "tagrain@gmail.com"
},
"dist": {
"shasum": "c2e98d8fd134b0525a4d2cf58c95d9b583755112",
"tarball": "https://registry.npmjs.org/ng-infinite-scroll/-/ng-infinite-scroll-1.3.0.tgz"
},
"maintainers": [
{
"name": "binarymuse",
"email": "michelle@michelletilley.net"
},
{
"name": "graingert",
"email": "tagrain@gmail.com"
},
{
"name": "sroze",
"email": "samuel.roze@gmail.com"
}
],
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/ng-infinite-scroll-1.3.0.tgz_1467302375605_0.8192659560590982"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/ng-infinite-scroll/-/ng-infinite-scroll-1.3.0.tgz",
"readme": "ERROR: No README data found!"
}
|