forked from microsoft/react-native-code-push
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.01 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
{
"name": "code-push-plugin-testing-framework",
"version": "0.0.1",
"description": "Plugin Testing Framework for CodePush Plugins",
"main": "script/index.js",
"scripts": {
"test": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/code-push.git"
},
"author": {
"name": "Microsoft Corporation"
},
"license": "MIT",
"homepage": "https://microsoft.github.io/code-push",
"dependencies": {
"base-64": "^0.1.0",
"mocha": "latest",
"mocha-junit-reporter": "latest",
"node-uuid": "^1.4.3",
"q": "^1.4.1",
"replace": "latest",
"superagent": "^1.7.2",
"superagent-proxy": "^1.0.0"
},
"bugs": {
"url": "https://github.com/Microsoft/code-push/issues"
},
"readme": "ERROR: No README data found!",
"_id": "[email protected]",
"_shasum": "6ea33a661710628af266d714949fe95f88d71f0d",
"_from": "../code-push/plugin-testing-framework/bin",
"_resolved": "file:../code-push/plugin-testing-framework/bin"
}