forked from Flipkart/DUS
-
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) · 742 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 742 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": "dus-deployer",
"version": "1.47.11",
"description": "Deployment system for DUS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Flipkart/DUS.git"
},
"keywords": [
"DUS",
"React-Native",
"OTA"
],
"bin": "./BundleGenerator.js",
"author": "surya.kanoria",
"license": "ISC",
"bugs": {
"url": "https://github.com/Flipkart/DUS/issues"
},
"homepage": "https://github.com/Flipkart/DUS#readme",
"peerDependencies": {
"react-native": "^0.47.2"
},
"dependencies": {
"fs-extra": "^5.0.0",
"md5": "^2.2.1",
"shelljs": "^0.7.8",
"yargs": "^10.0.3"
}
}