-
Notifications
You must be signed in to change notification settings - Fork 112
/
package.json
37 lines (37 loc) · 1.03 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": "angular-inview",
"version": "3.1.0",
"description": "AngularJS directive to check if a DOM element is in the viewport",
"main": "angular-inview.js",
"scripts": {
"test": "karma start",
"publish-docs": "docco -o docs angular-inview.js && mv docs/angular-inview.html docs/index.html && gh-pages -d docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thenikso/angular-inview.git"
},
"keywords": [
"angualr",
"inview"
],
"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#readme",
"peerDependencies": {
"angular": ">=1.0.0 < 2.0.0"
},
"devDependencies": {
"angular": ">=1.0.0 < 2.0.0",
"angular-mocks": "1.6.8",
"docco": "^0.7.0",
"gh-pages": "^0.11.0",
"jasmine-core": "2.9.1",
"karma": "2.0.0",
"karma-chrome-launcher": "2.2.0",
"karma-jasmine": "1.1.1"
}
}