forked from airfranceklm/ng-lazy-image
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (54 loc) · 1.79 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "angular-lazy-image",
"main": "./dist/lazy-image.js",
"version": "0.0.6",
"homepage": "http://afklm.github.io/ng-lazy-image/",
"repository": {
"type": "git",
"url": "http://github.com/afklm/ng-lazy-image.git"
},
"authors": [
"KLM Royal Dutch Airlines",
"Maarten van Oudenniel <[email protected]>"
],
"description": "Loading responsive image when container (which is preventing reflow) is in view.",
"license": "MIT",
"engines": {
"node": "0.10.x",
"npm": "1.2.x"
},
"devDependencies": {
"grunt": "~0.4.5",
"time-grunt": "~1.0.0",
"load-grunt-config": "~0.13.1",
"grunt-bower-task": "~0.4.0",
"grunt-shell": "~1.0.1",
"grunt-contrib-connect": "~0.8.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-cssmin": "~0.10.0",
"jshint-junit-reporter" : "~0.0.6",
"grunt-protractor-runner": "~1.1.4",
"karma": "~0.12.16",
"grunt-karma": "~0.8.3",
"grunt-karma-coveralls": "~2.5.1",
"karma-coverage": "~0.2.4",
"karma-junit-reporter": "~0.2.*",
"karma-ng-scenario": "latest",
"protractor": "~1.1.1",
"shelljs": "^0.3.0",
"karma-chrome-launcher": "~0.1.4",
"karma-firefox-launcher": "~0.1.3",
"karma-phantomjs-launcher": "~0.1.3",
"karma-jasmine": "~0.1.5",
"express" : "4.x"
},
"scripts": {
"test": "karma start config/karma.conf.js",
"update-webdriver": "webdriver-manager update",
"selenium": "node_modules/protractor/bin/webdriver-manager"
}
}