forked from project-sunbird/sunbird-localization
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 756 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 756 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
{
"name": "sunbird-localization",
"version": "0.0.2",
"description": "Resource Bundle For Language Files",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/project-sunbird/sunbird-localization.git"
},
"author": "Arjun Khetia <arjunj@ilimi.in>",
"license": "ISC",
"bugs": {
"url": "https://github.com/project-sunbird/sunbird-localization/issues"
},
"homepage": "https://github.com/project-sunbird/sunbird-localization#readme",
"dependencies": {
"async": "^3.1.0",
"flat": "^5.0.0",
"fs": "0.0.1-security",
"lodash": "^4.17.15",
"request": "^2.88.2",
"request-promise": "^4.2.5"
}
}