travis-weigh-in
Version:
Track how each commit/pull request affects the size of a file in your repo
27 lines (26 loc) • 630 B
JSON
{
"name": "travis-weigh-in",
"version": "1.0.2",
"description": "Track how each commit/pull request affects the size of a file in your repo",
"main": "index.js",
"scripts": {
"test": "nosetests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danvk/travis-weigh-in.git"
},
"keywords": [
"travis",
"github",
"minification",
"bloat",
"size"
],
"author": "Dan Vanderkam (danvdk@gmail.com)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/danvk/travis-weigh-in/issues"
},
"homepage": "https://github.com/danvk/travis-weigh-in#readme"
}