Created
April 17, 2015 21:13
-
-
Save poteto/207e71c2552d9e5e7078 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "ember-in-viewport", | |
"version": "0.2.1", | |
"description": "Detect if an Ember View or Component is in the viewport @ 60FPS", | |
"directories": { | |
"doc": "doc", | |
"test": "tests" | |
}, | |
"scripts": { | |
"start": "ember server", | |
"build": "ember build", | |
"test": "ember try:testall" | |
}, | |
"repository": "https://github.com/dockyard/ember-in-viewport", | |
"engines": { | |
"node": ">= 0.10.0" | |
}, | |
"author": "Lauren Tan", | |
"license": "MIT", | |
"devDependencies": { | |
"broccoli-asset-rev": "^2.0.2", | |
"ember-cli": "0.2.3", | |
"ember-cli-app-version": "0.3.3", | |
"ember-cli-content-security-policy": "0.4.0", | |
"ember-cli-dependency-checker": "0.0.8", | |
"ember-cli-htmlbars": "0.7.4", | |
"ember-cli-ic-ajax": "0.1.1", | |
"ember-cli-inject-live-reload": "^1.3.0", | |
"ember-cli-qunit": "0.3.10", | |
"ember-cli-uglify": "1.0.1", | |
"ember-export-application-global": "^1.0.2", | |
"ember-disable-prototype-extensions": "^1.0.0", | |
"ember-try": "0.0.4" | |
}, | |
"keywords": [ | |
"ember-addon", | |
"ember", | |
"ember-cli", | |
"viewport", | |
"in viewport", | |
"is on screen", | |
"scrollspy" | |
], | |
"dependencies": { | |
"ember-cli-babel": "^5.0.0" | |
}, | |
"ember-addon": { | |
"configPath": "tests/dummy/config" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment