ember-material-icons
Version:
Google Material icons for your ember-cli app
54 lines • 1.44 kB
JSON
{
"name": "@semantic-release/condition-travis",
"description": "make sure only the right builds on travis get published",
"version": "5.0.2",
"author": "Stephan Bönnemann <stephan@boennemann.me> (http://boennemann.me)",
"bugs": {
"url": "https://github.com/semantic-release/condition-travis/issues"
},
"dependencies": {
"@semantic-release/error": "^1.0.0",
"semver": "^5.0.3",
"travis-deploy-once": "1.0.0-node-0.10-support"
},
"devDependencies": {
"bluebird": "^3.4.6",
"coveralls": "^2.11.2",
"nyc": "^9.0.1",
"proxyquire": "^1.7.1",
"semantic-release": "^6.3.1",
"standard": "^8.0.0",
"tap": "^8.0.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/semantic-release/condition-travis#readme",
"keywords": [
"publish",
"release",
"semantic-release",
"travis",
"travis-ci"
],
"license": "MIT",
"publishConfig": {
"access": "public",
"tag": "next"
},
"release": {
"branch": "next",
"verifyConditions": "./"
},
"repository": {
"type": "git",
"url": "https://github.com/semantic-release/condition-travis.git"
},
"scripts": {
"coverage": "nyc report",
"coverage:upload": "npm run -s coverage -- --reporter=text-lcov | coveralls",
"pretest": "standard",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"test": "nyc tap --no-cov test.js"
}
}