forked from hongaar/unveil2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 834 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": "unveil2",
"title": "unveil2.js",
"version": "2.0.5",
"homepage": "https://nabble.github.io/unveil2/",
"description": "unveil2.js is a lazy load library",
"license": "MIT",
"author": {
"name": "Joram van den Boezem",
"url": "https://github.com/hongaar"
},
"repository": {
"type": "git",
"url": "https://github.com/nabble/unveil2"
},
"bugs": {
"url": "https://github.com/nabble/unveil2/issues"
},
"keywords": [
"jquery lazy load"
],
"devDependencies": {
"grunt": "0.4.5",
"grunt-contrib-connect": "^0.11.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "*",
"grunt-contrib-qunit": "^1.2.0",
"grunt-contrib-uglify": "*",
"grunt-saucelabs": "~4",
"grunt-travis-matrix": "^1.0.0"
},
"scripts": {
"test": "grunt test"
}
}