forked from vissense/vissense
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 1.91 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "vissense",
"version": "0.10.0",
"title": "VisSense.js",
"homepage": "https://vissense.github.io/vissense",
"license": "MIT",
"author": {
"name": "tbk"
},
"keywords": [
"visibility",
"viewtime",
"viewport",
"visible",
"hidden",
"monitor",
"observe"
],
"main": "dist/vissense.js",
"files": [
"dist"
],
"scripts": {
"test": "grunt default --verbose",
"citest": "karma start karma-saucelabs.conf.js"
},
"bugs": {
"url": "https://github.com/vissense/vissense/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/vissense/vissense.git"
},
"dependencies": {},
"devDependencies": {
"browserify": "^13.0.0",
"browserify-shim": "^3.8.12",
"grunt": "0.4.5",
"grunt-bump": "0.7.0",
"grunt-complexity": "0.3.0",
"grunt-contrib-clean": "0.7.0",
"grunt-contrib-concat": "0.5.1",
"grunt-contrib-connect": "0.11.2",
"grunt-contrib-jasmine": "0.9.2",
"grunt-contrib-jshint": "0.11.3",
"grunt-contrib-uglify": "0.11.0",
"grunt-contrib-watch": "0.6.1",
"grunt-coveralls": "1.0.0",
"grunt-jsdoc": "^1.1.0",
"grunt-karma": "0.12.1",
"grunt-micro": "0.1.0",
"grunt-notify": "0.4.3",
"grunt-saucelabs": "8.6.2",
"grunt-template-jasmine-istanbul": "0.4.0",
"grunt-umd": "2.3.5",
"ink-docstrap": "^1.1.0",
"jsdoc": "^3.4.0",
"karma": "^0.13.19",
"karma-browserify": "^4.4.2",
"karma-chrome-launcher": "0.2.2",
"karma-coverage": "0.5.3",
"karma-firefox-launcher": "0.1.7",
"karma-ie-launcher": "0.2.0",
"karma-jasmine": "0.3.6",
"karma-opera-launcher": "0.3.0",
"karma-phantomjs-launcher": "^0.2.3",
"karma-safari-launcher": "0.1.1",
"karma-sauce-launcher": "0.3.0",
"karma-spec-reporter": "0.0.23",
"phantomjs": "1.9.19",
"time-grunt": "1.3.0"
},
"browserify-shim": {
"external": "global:External"
}
}