git-off

git off handles large files in git repos
git clone https://noulin.net/git/git-off.git
Log | Files | Refs | README

bower.json (448B)


      1 {
      2   "name": "chai",
      3   "description": "BDD/TDD assertion library for node.js and the browser. Test framework agnostic.",
      4   "license": "MIT",
      5   "keywords": [
      6     "test",
      7     "assertion",
      8     "assert",
      9     "testing",
     10     "chai"
     11   ],
     12   "main": "chai.js",
     13   "ignore": [
     14     "build",
     15     "components",
     16     "lib",
     17     "node_modules",
     18     "support",
     19     "test",
     20     "index.js",
     21     "Makefile",
     22     ".*"
     23   ],
     24   "dependencies": {},
     25   "devDependencies": {}
     26 }