-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 870 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 870 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "breinify-node",
"version": "1.0.19",
"description": "This is a JavaScript library simplifying the usage of the Breinify API specifically for node",
"authors": [
"Diane Keng <diane@breinify.com>",
"Philipp Meisen <philipp@breinify.com>",
"Marco Recchioni <marco@breinify.com>"
],
"license": "MIT",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/breinify/brein-api-library-node.git"
},
"main": "lib/breinify.js",
"scripts": {
"test": "./node_modules/.bin/mocha ./spec/unit ./spec/integration --reporter spec",
"coverage": "istanbul cover _mocha -- -R spec"
},
"dependencies": {
"crypto-js": "^3.1.6",
"http": "0.0.0",
"https": "^1.0.0"
},
"devDependencies": {
"chai": "^3.5.0",
"istanbul": "^0.4.4",
"mocha": "^2.5.3",
"nock": "^8.0.0"
}
}