forked from vissense/vissense
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
48 lines (48 loc) · 1015 Bytes
/
bower.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
{
"name": "vissense",
"version": "0.10.0",
"license": "MIT",
"main": "dist/vissense.min.js",
"description": "A utility library for observing visibility changes of DOM elements.",
"keywords": [
"visibility",
"viewtime",
"viewport",
"visible",
"hidden",
"monitor",
"observe"
],
"homepage": "https://vissense.github.io/vissense",
"authors": [
"tbk"
],
"repository": {
"type": "git",
"url": "git://github.com/vissense/vissense.git"
},
"ignore": [
"spec",
"bower_components",
"node_modules",
"templates",
"docs",
"Gruntfile.js",
"SpecRunner.html",
"package.json",
"bower.json",
"dist/coverage",
"*.conf.js",
"*.conf.json",
"CONTRIBUTING.md",
"*.sh",
"**/.*"
],
"devDependencies": {
"jasmine": "2.3.4",
"lodash": "2.4.1",
"jquery": "2.1.1",
"jasmine-jquery": "velesin/jasmine-jquery#2.1.0",
"jasmine-jsreporter": "detro/jasmine-jsreporter#7bcea60db1a45cc77c5a463f"
}
}