mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-05-13 18:11:22 +08:00
37 lines
1.0 KiB
JSON
37 lines
1.0 KiB
JSON
{
|
|
"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": "code-push-plugin-testing-framework@0.0.1",
|
|
"_shasum": "6ea33a661710628af266d714949fe95f88d71f0d",
|
|
"_from": "../code-push/plugin-testing-framework/bin",
|
|
"_resolved": "file:../code-push/plugin-testing-framework/bin"
|
|
}
|