-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
35 lines (35 loc) · 998 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
{
"name": "ng-lazy-render",
"version": "1.2.1",
"description": "A set of directives to postpone your angular application from rendering elements outside the viewport.",
"contributors": ["Andre Duarte <onemanclapping@gmail.com>", "Joao Pereira <joaomlap@gmail.com>"],
"main": "./dist/ng-lazy-render.js",
"repository": {
"type": "git",
"url": "https://github.com/onemanclapping/ng-lazy-render"
},
"bugs": {
"url": "https://github.com/onemanclapping/ng-lazy-render/issues"
},
"keywords": [
"angular",
"lazy render"
],
"dependencies": {
"angular": "1.x"
},
"devDependencies": {
"angular-mocks": "1.4.8",
"del": "2.2.0",
"gulp": "3.9.0",
"gulp-babel": "6.1.2",
"babel-preset-es2015": "6.18.0",
"gulp-concat": "2.6.0",
"karma": "0.13.15",
"karma-babel-preprocessor": "6.0.1",
"karma-jasmine": "0.3.6",
"karma-coverage": "0.5.3",
"karma-phantomjs2-launcher": "0.3.2",
"karma-spec-reporter": "0.0.23"
}
}