-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.01 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
{
"name": "get-visible-rect",
"version": "0.1.2",
"description": "Calculates the visible portion of the element inside the viewport",
"main": "index.js",
"scripts": {
"test": "node ./node_modules/grunt-cli/bin/grunt",
"start": "node ./node_modules/grunt-cli/bin/grunt start-dev"
},
"repository": {
"type": "git",
"url": "[email protected]:insidewarehouse/get-visible-rect.git"
},
"keywords": [
"DOM",
"browser",
"viewport"
],
"author": "Dominykas Blyžė, InsideWarehouse <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/insidewarehouse/get-visible-rect/issues"
},
"homepage": "https://github.com/insidewarehouse/get-visible-rect",
"devDependencies": {
"buster": "0.7.x",
"buster-reporter-sauce": "0.1.x",
"grunt": "0.4.x",
"grunt-buster": "0.3.x",
"grunt-cli": "0.1.x",
"grunt-contrib-watch": "0.6.x",
"grunt-open": "0.2.x",
"grunt-release": "0.7.x",
"grunt-saucelabs": "8.x",
"resolve-bin": "0.3.x"
}
}