-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 897 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
36
37
38
39
{
"name": "grunt-lazyload",
"description": "Gruntplugin Lazy Loading",
"version": "2.0.0",
"homepage": "https://github.com/raphaeleidus/grunt-lazyload",
"author": {
"name": "Raphael Eidus",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/raphaeleidus/grunt-lazyload.git"
},
"bugs": {
"url": "https://github.com/raphaeleidus/grunt-lazyload/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/raphaeleidus/grunt-lazyload/blob/master/LICENSE-MIT"
}
],
"main": "lib/grunt-lazyload",
"engines": {
"node": ">= 8.0.0"
},
"scripts": {
"test": "grunt mochacli"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-mocha-cli": "~1.6.0"
},
"keywords": [
"gruntplugin"
]
}