forked from thenikso/angular-inview
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 846 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
{
"name": "angular-inview",
"version": "1.5.7",
"description": "AngularJS directive to check if a DOM element is in the browser viewport.",
"main": "angular-inview.js",
"directories": {
"example": "examples",
"test": "test"
},
"dependencies": {
},
"devDependencies": {
"karma-chrome-launcher": "^0.1.12",
"karma-jasmine": "^0.2.3",
"karma-coffee-preprocessor": "^0.2.1",
"karma": "^0.12.24"
},
"scripts": {
"test": "./node_modules/karma/bin/karma start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thenikso/angular-inview.git"
},
"author": "Nicola Peduzzi <[email protected]> (http://nikso.net)",
"license": "MIT",
"bugs": {
"url": "https://github.com/thenikso/angular-inview/issues"
},
"homepage": "https://github.com/thenikso/angular-inview"
}