-
Notifications
You must be signed in to change notification settings - Fork 0
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
VladRomero
committed
May 30, 2017
1 parent
09f8e0c
commit 56986c9
Showing
4 changed files
with
120 additions
and
46 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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
.idea/misc.xml | ||
.idea/workspace.xml | ||
node_modules/ | ||
coverage/ |
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 |
---|---|---|
@@ -0,0 +1,70 @@ | ||
{ | ||
"name": "barracks-messenger-sdk", | ||
"version": "2.0.2", | ||
"build": 0, | ||
"description": "Barracks SDK node module", | ||
"main": "src/index.js", | ||
"scripts": { | ||
"lint": "jshint **/**.js", | ||
"test": "npm run coverage && npm run check-coverage", | ||
"coverage": "DEBUG=true istanbul cover ./node_modules/mocha/bin/_mocha tests/*_test.js -- -R spec", | ||
"check-coverage": "istanbul check-coverage --statement 0 --branch 0 --function 0", | ||
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls" | ||
}, | ||
"contributors": [ | ||
{ | ||
"email": "[email protected]", | ||
"name": "Brice Argenson" | ||
}, | ||
{ | ||
"email": "[email protected]", | ||
"name": "Grégoire Weber" | ||
}, | ||
{ | ||
"email": "[email protected]", | ||
"name": "Paul Aigeperse" | ||
}, | ||
{ | ||
"email": "[email protected]", | ||
"name": "Pierre-Olivier Dybman" | ||
}, | ||
{ | ||
"email": "[email protected]", | ||
"name": "Simon Guerout" | ||
} | ||
], | ||
"license": "Apache-2.0", | ||
"devDependencies": { | ||
"chai": "1.10.0", | ||
"chai-fs": "0.1.0", | ||
"chai-http": "1.0.0", | ||
"coveralls": "2.11.15", | ||
"debug": "2.2.0", | ||
"grunt": "0.4.5", | ||
"grunt-contrib-jshint": "0.11.3", | ||
"grunt-contrib-watch": "0.6.1", | ||
"grunt-mocha-test": "0.12.7", | ||
"istanbul": "0.4.5", | ||
"jshint": "2.9.4", | ||
"mocha": "2.3.4", | ||
"mqtt": "2.8.0", | ||
"nock": "8.0.0", | ||
"proxyquire": "1.7.10", | ||
"request-debug": "0.2.0", | ||
"sinon": "^2.1.0", | ||
"sinon-chai": "^2.9.0" | ||
}, | ||
"dependencies": { | ||
"es6-promise": "4.0.5", | ||
"md5-file": "3.1.1", | ||
"request": "2.74.0", | ||
"uuid": "^3.0.1" | ||
}, | ||
"engines": { | ||
"node": ">=0.10 <7.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/barracksiot/javascript-client" | ||
} | ||
} |
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
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