30 lines
725 B
JSON
30 lines
725 B
JSON
{
|
|
"name": "simple-jsonp-promise",
|
|
"version": "1.0.7",
|
|
"description": "",
|
|
"main": "build/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "babel src -d build",
|
|
"precommit":"yarn run build"
|
|
},
|
|
"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",
|
|
"dependencies": {
|
|
"babel-cli": "6",
|
|
"babel-preset-es2015": "6"
|
|
}
|
|
}
|