-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 845 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 845 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
29
30
31
32
33
34
35
36
37
{
"name": "angular-virtual-repeat",
"version": "0.1.4",
"description": "Bind only visible data to html using viewport.",
"main": "/dist/ng-virtual-repeat.js",
"scripts": {
"start": "http-server . -o",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/klajd/angular-virtual-repeat.git"
},
"keywords": [
"angular",
"ng-repeat",
"ng-virtual-repeat",
"repeat",
"data",
"virtual",
"lazy",
"viewport"
],
"author": "Klajd Diko",
"license": "MIT",
"bugs": {
"url": "https://github.com/klajd/angular-virtual-repeat/issues"
},
"homepage": "https://github.com/klajd/angular-virtual-repeat#readme",
"dependencies": {
"angular": "^1.5.5"
},
"devDependencies": {
"angular-component-tasks": "0.0.5",
"gulp": "^3.9.1"
}
}