simple-jsonp-promise/package.json

24 lines
572 B
JSON
Raw Normal View History

2017-08-07 12:24:25 +00:00
{
"name": "simple-jsonp-promise",
2017-08-07 13:56:13 +00:00
"version": "1.0.2",
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"
}