nodegit-large-file-storage
Version:
A wrapper for NodeGit to facilitate LFS Support
63 lines (62 loc) • 2.03 kB
JSON
{
"name": "nodegit-large-file-storage",
"version": "0.2.0",
"description": "A wrapper for NodeGit to facilitate LFS Support",
"main": "build/src/index.js",
"scripts": {
"build": "yarn eslint && yarn compile",
"compile": "\"node_modules/.bin/babel\" src -d build/src",
"eslint": "\"node_modules/.bin/eslint\" src",
"eslint-full": "\"node_modules/.bin/eslint\" src test/tests",
"eslint-quick-fix": "\"node_modules/.bin/eslint\" src test/tests --fix",
"pretest": "yarn eslint",
"prepublish": "yarn eslint && yarn compile",
"src-watch": "\"node_modules/.bin/babel\" src -d build/src -w",
"test": "nyc mocha --compilers js:babel-core/register --expose-gc test/runner \"test/**/*.spec.js\"",
"test-debug": "mocha --debug-brk --compilers js:babel-core/register --expose-gc test/runner \"test/**/*.spec.js\"",
"test-watch": "mocha --compilers js:babel-core/register --expose-gc --watch test/runner \"test/**/*.spec.js\""
},
"repository": "git@github.com:Axosoft/nodegit-lfs.git",
"author": "Axosoft, LLC",
"license": "ISC",
"keywords": [
"node",
"git",
"lfs",
"nodegit"
],
"files": [
"build/src"
],
"bugs": {
"url": "https://github.com/Axosoft/nodegit-lfs/issues"
},
"homepage": "https://github.com/Axosoft/nodegit-lfs#readme",
"peerDependencies": {
"nodegit": ">=0.25.0-alpha.9"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-preset-es2015": "^6.24.1",
"chai": "^4.0.2",
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-plugin-chai-friendly": "^0.4.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-mocha": "^4.11.0",
"jsdoc-to-markdown": "^3.0.0",
"mocha": "^3.4.2",
"nyc": "^11.0.3",
"prompt": "^1.0.0"
},
"dependencies": {
"default-shell": "^1.0.1",
"fs-extra": "^3.0.1",
"ignore": "^3.3.3",
"node-pty": "^0.7.4",
"promisify-node": "^0.4.0",
"ramda": "^0.24.1",
"tmp": "^0.0.33"
}
}