-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
50 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,52 +1,52 @@ | ||
{ | ||
"name": "mcfly-github", | ||
"version": "1.0.11", | ||
"description": "A github helper library", | ||
"main": "index.js", | ||
"dependencies": { | ||
"bluebird": "3.4.6", | ||
"github": "5.3.3", | ||
"jsonfile": "2.4.0", | ||
"lodash": "^4.16.4" | ||
}, | ||
"devDependencies": { | ||
"chai": "^3.5.0", | ||
"chai-fs": "chaijs/chai-fs", | ||
"chai-json-schema": "chaijs/chai-json-schema", | ||
"coveralls": "^2.11.14", | ||
"eslint": "^3.8.1", | ||
"eslint-plugin-json": "^1.2.0", | ||
"eslint-plugin-nodeca": "^1.0.3", | ||
"istanbul": "^0.4.5", | ||
"mcfly-semantic-release": "^1.0.16", | ||
"mocha": "^3.1.2", | ||
"sinon": "^1.17.6", | ||
"sinon-chai": "^2.8.0" | ||
}, | ||
"scripts": { | ||
"eslint": "eslint .", | ||
"lint": "npm run eslint", | ||
"pretest": "npm run eslint", | ||
"test": "npm run mocha", | ||
"mocha": "istanbul cover --root . --include-all-sources -x **/coverage/** -x **/client/** -x **/files/** -x **/node_modules/** --dir ./coverage/mocha --report text --report text-summary --report lcov --print none _mocha -- test/mocha/**/*.spec.js --reporter spec --timeout 10000", | ||
"mocha:simple": "mocha test/mocha/**/*.spec.js --reporter spec --timeout 10000", | ||
"mocha:watch": "mocha test/mocha/**/*.spec.js -R nyan -w --timeout 10000", | ||
"release": "mcfly-semantic-release" | ||
}, | ||
"files": [ | ||
"lib" | ||
], | ||
"engines": { | ||
"node": ">= 4.2.1 < 5" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/mcfly-io/mcfly-github.git" | ||
}, | ||
"author": "", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/mcfly-io/mcfly-github/issues" | ||
}, | ||
"homepage": "https://github.com/mcfly-io/mcfly-github#readme" | ||
"name": "mcfly-github", | ||
"version": "1.0.12", | ||
"description": "A github helper library", | ||
"main": "index.js", | ||
"dependencies": { | ||
"bluebird": "3.4.6", | ||
"github": "5.3.3", | ||
"jsonfile": "2.4.0", | ||
"lodash": "^4.16.4" | ||
}, | ||
"devDependencies": { | ||
"chai": "^3.5.0", | ||
"chai-fs": "chaijs/chai-fs", | ||
"chai-json-schema": "chaijs/chai-json-schema", | ||
"coveralls": "^2.11.14", | ||
"eslint": "^3.8.1", | ||
"eslint-plugin-json": "^1.2.0", | ||
"eslint-plugin-nodeca": "^1.0.3", | ||
"istanbul": "^0.4.5", | ||
"mcfly-semantic-release": "^1.0.16", | ||
"mocha": "^3.1.2", | ||
"sinon": "^1.17.6", | ||
"sinon-chai": "^2.8.0" | ||
}, | ||
"scripts": { | ||
"eslint": "eslint .", | ||
"lint": "npm run eslint", | ||
"pretest": "npm run eslint", | ||
"test": "npm run mocha", | ||
"mocha": "istanbul cover --root . --include-all-sources -x **/coverage/** -x **/client/** -x **/files/** -x **/node_modules/** --dir ./coverage/mocha --report text --report text-summary --report lcov --print none _mocha -- test/mocha/**/*.spec.js --reporter spec --timeout 10000", | ||
"mocha:simple": "mocha test/mocha/**/*.spec.js --reporter spec --timeout 10000", | ||
"mocha:watch": "mocha test/mocha/**/*.spec.js -R nyan -w --timeout 10000", | ||
"release": "mcfly-semantic-release" | ||
}, | ||
"files": [ | ||
"lib" | ||
], | ||
"engines": { | ||
"node": ">= 4.2.1 < 5" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/mcfly-io/mcfly-github.git" | ||
}, | ||
"author": "", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/mcfly-io/mcfly-github/issues" | ||
}, | ||
"homepage": "https://github.com/mcfly-io/mcfly-github#readme" | ||
} |