This repository has been archived by the owner on Oct 1, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 139
/
package.json
68 lines (68 loc) · 1.63 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "cordova-hot-code-push-cli",
"version": "1.1.1",
"description": "Cordova Hot Code Push CLI",
"preferGlobal": "true",
"bin": {
"cordova-hcp": "bin/cordova-hcp"
},
"engines": {
"node": ">=0.10.3 <=5.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nordnet/cordova-hot-code-push-cli.git"
},
"keywords": [
"cordova",
"nordnet",
"mobile",
"cordova-hot-code-push-plugin",
"ecosystem:cordova",
"cordova-android",
"cordova-ios"
],
"scripts": {
"pretranspile": "rimraf dist",
"transpile": "babel src --out-dir dist --source-maps",
"dev": "npm run transpile -- --watch",
"eslint": "eslint --ext=.js -c .eslintrc src",
"test": "mocha"
},
"author": "Andreas Hassellöf for Nordnet Bank AB",
"license": "MIT",
"dependencies": {
"async": "^1.4.0",
"compression": "^1.5.1",
"crypto": "0.0.3",
"es6-promise": "^2.3.0",
"express": "^4.13.1",
"fs-extra": "^0.22.1",
"hidefile": "^1.1.0",
"lodash": "^3.10.0",
"minimatch": "^3.0.0",
"ngrok": "^2.1.6",
"prompt": "^0.2.14",
"q": "^1.4.1",
"readdirp": "^2.0.0",
"recursive-readdir": "^2.0.0",
"s3-sync-aws": "^1.1.0",
"socket.io": "^1.3.6",
"watch": "^0.16.0",
"yargs": "^3.16.1"
},
"devDependencies": {
"babel": "^5.8.19",
"babel-eslint": "^4.0.5",
"babel-jscs": "^2.0.3",
"chai": "^3.2.0",
"eslint": "^0.24.1",
"eslint-config-airbnb": "0.0.7",
"eslint-plugin-react": "^3.1.0",
"jscs": "^2.0.0",
"mocha": "^2.2.5",
"rimraf": "^2.4.2",
"sinon": "^1.15.4",
"sinon-chai": "^2.8.0"
}
}