forked from pagespeed-pro/lazy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.45 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
{
"name": "@style.tools/lazy",
"version": "1.0.6",
"description": "A lightweight lazy image and iframe loader based on `window.IntersectionObserver` with tiny fallback for old browsers.",
"author": {
"name": "[email protected]",
"email": "[email protected]",
"web": "style.tools"
},
"keywords": [
"lazy",
"images",
"image",
"iframe",
"loader",
"intersectionobserver"
],
"homepage": "https://style.tools/",
"repository": {
"type": "git",
"url": "git+https://github.com/style-tools/lazy.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/style-tools/lazy/issues"
},
"engines": {
"node": "~8"
},
"dependencies": {},
"devDependencies": {
"browserstack-local": "^1.3.7",
"chromedriver": "^2.45.0",
"express": "^4.16.4",
"grunt": "latest",
"grunt-closure-compiler": "latest",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-iife": "latest",
"js-combinatorics": "^0.5.4",
"matchdep": "^2.0.0",
"merge": "^1.2.1",
"mocha": "^3.0.2",
"selenium-webdriver": "^3.0.0-beta-3"
},
"scripts": {
"test": "npm run chrome-headless",
"chrome": "npm run chrome-headless",
"chrome-headless": "./node_modules/.bin/mocha test/specs/chrome-headless-tests.js"
}
}