UNPKG

ember-app-scheduler

Version:

Ember addon to schedule work at different phases of app life cycle.

32 lines (31 loc) 720 B
{ "name": "git-repo-info", "version": "1.4.1", "description": "Retrieve current sha and branch name from a git repo.", "main": "index.js", "files": [ "index.js" ], "scripts": { "test": "mocha tests", "preversion": "npm test", "postversion": "git push && git push --tags && npm publish" }, "repository": { "type": "git", "url": "https://github.com/rwjblue/git-repo-info.git" }, "keywords": [ "git" ], "author": "Robert Jackson", "license": "MIT", "bugs": { "url": "https://github.com/rwjblue/git-repo-info/issues" }, "homepage": "https://github.com/rwjblue/git-repo-info", "devDependencies": { "mocha": "^1.21.4", "mocha-jshint": "^1.1.0" } }