forked from hailocab/crowdin-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 741 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 741 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
33
34
{
"name": "crowdin",
"version": "1.0.0",
"description": "Download translations from Crowdin",
"license": "Apache 2.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/hailocab/crowdin-node.git"
},
"scripts": {
"test": "mocha",
"coverage": "istanbul cover node_modules/.bin/_mocha"
},
"keywords": [
"crowdin"
],
"dependencies": {
"bluebird": "^2.9.21",
"graceful-fs": "^3.0.6",
"js-yaml": "^3.2.7",
"lodash": "^3.6.0",
"request": "^2.54.0",
"unzip": "^0.1.11"
},
"devDependencies": {
"body-parser": "^1.12.2",
"del": "^1.1.1",
"express": "^4.12.3",
"istanbul": "^0.3.13",
"mocha": "^2.2.1",
"should": "^5.2.0"
}
}