git-off

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

package.json (2222B)


      1 {
      2   "author": {
      3     "name": "Jake Luer",
      4     "email": "jake@alogicalparadox.com"
      5   },
      6   "name": "chai",
      7   "description": "BDD/TDD assertion library for node.js and the browser. Test framework agnostic.",
      8   "keywords": [
      9     "test",
     10     "assertion",
     11     "assert",
     12     "testing",
     13     "chai"
     14   ],
     15   "homepage": "http://chaijs.com",
     16   "license": "MIT",
     17   "contributors": [
     18     {
     19       "name": "Jake Luer",
     20       "email": "jake@alogicalparadox.com"
     21     },
     22     {
     23       "name": "Domenic Denicola",
     24       "email": "domenic@domenicdenicola.com",
     25       "url": "http://domenicdenicola.com"
     26     },
     27     {
     28       "name": "Veselin Todorov",
     29       "email": "hi@vesln.com"
     30     },
     31     {
     32       "name": "John Firebaugh",
     33       "email": "john.firebaugh@gmail.com"
     34     }
     35   ],
     36   "version": "3.5.0",
     37   "repository": {
     38     "type": "git",
     39     "url": "git+https://github.com/chaijs/chai.git"
     40   },
     41   "bugs": {
     42     "url": "https://github.com/chaijs/chai/issues"
     43   },
     44   "main": "./index",
     45   "scripts": {
     46     "test": "make test"
     47   },
     48   "engines": {
     49     "node": ">= 0.4.0"
     50   },
     51   "dependencies": {
     52     "assertion-error": "^1.0.1",
     53     "deep-eql": "^0.1.3",
     54     "type-detect": "^1.0.0"
     55   },
     56   "devDependencies": {
     57     "browserify": "^10.2.1",
     58     "bump-cli": "^1.1.3",
     59     "karma": "^0.13.16",
     60     "karma-mocha": "^0.1.10",
     61     "karma-sauce-launcher": "^0.2.11",
     62     "karma-phantomjs-launcher": "^0.2.0",
     63     "karma-firefox-launcher": "^0.1.6",
     64     "mocha": "^2.2.5",
     65     "istanbul": "^0.3.14"
     66   },
     67   "gitHead": "4ca0218391cf947c6cfac2d1a7424a63a4b4c232",
     68   "_id": "chai@3.5.0",
     69   "_shasum": "4d02637b067fe958bdbfdd3a40ec56fef7373247",
     70   "_from": "chai@latest",
     71   "_npmVersion": "3.3.12",
     72   "_nodeVersion": "5.5.0",
     73   "_npmUser": {
     74     "name": "chaijs",
     75     "email": "chaijs@keithcirkel.co.uk"
     76   },
     77   "dist": {
     78     "shasum": "4d02637b067fe958bdbfdd3a40ec56fef7373247",
     79     "tarball": "https://registry.npmjs.org/chai/-/chai-3.5.0.tgz"
     80   },
     81   "maintainers": [
     82     {
     83       "name": "jakeluer",
     84       "email": "jake@alogicalparadox.com"
     85     },
     86     {
     87       "name": "chaijs",
     88       "email": "chaijs@keithcirkel.co.uk"
     89     }
     90   ],
     91   "directories": {},
     92   "_resolved": "https://registry.npmjs.org/chai/-/chai-3.5.0.tgz",
     93   "readme": "ERROR: No README data found!"
     94 }