2017-08-07 12:24:25 +00:00
|
|
|
{
|
|
|
|
"name": "simple-jsonp-promise",
|
2017-08-07 12:34:16 +00:00
|
|
|
"version": "1.0.1",
|
2017-08-07 12:24:25 +00:00
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/liziqiang/simple-jsonp-promise.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"jsonp",
|
|
|
|
"promise"
|
|
|
|
],
|
|
|
|
"author": "Ziqiang Li <ziqiang.lee@gmail.com>",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/liziqiang/simple-jsonp-promise/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/liziqiang/simple-jsonp-promise#readme"
|
|
|
|
}
|