forked from noscripter/nodejs-onesky-utils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 846 Bytes
/
package.json
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": "onesky-utils",
"version": "1.0.0",
"description": "Node.js utils for working with OneSky translation service.",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha test"
},
"repository": {
"type": "git",
"url": "https://github.com/brainly/nodejs-onesky-utils.git"
},
"author": "Brainly Sp. z o.o. - (http://www.brainly.co)",
"license": "MIT",
"bugs": {
"url": "https://github.com/brainly/nodejs-onesky-utils/issues"
},
"homepage": "https://github.com/brainly/nodejs-onesky-utils",
"dependencies": {
"md5": "^2.0.0",
"request-promise": "^0.4.2"
},
"devDependencies": {
"chai": "^3.0.0",
"eslint": "^1.7.1",
"eslint-config-semistandard": "^5.0.0",
"mocha": "^2.2.5",
"mockery": "^1.4.0",
"sinon": "^1.15.4",
"sinon-chai": "^2.8.0"
}
}