simple-jsonp-promise/package.json

30 lines
756 B
JSON
Raw Permalink Normal View History

2017-08-07 12:24:25 +00:00
{
"name": "simple-jsonp-promise",
2023-11-15 22:50:33 +00:00
"version": "1.2.0",
2017-08-07 12:24:25 +00:00
"description": "",
2017-08-07 14:29:52 +00:00
"main": "build/index.js",
2017-08-07 12:24:25 +00:00
"scripts": {
2017-08-07 14:18:51 +00:00
"test": "echo \"Error: no test specified\" && exit 1",
2017-08-07 14:29:52 +00:00
"build": "babel src -d build",
2023-11-15 22:50:33 +00:00
"precommit": "yarn run build"
2017-08-07 12:24:25 +00:00
},
"repository": {
"type": "git",
2023-11-15 22:50:33 +00:00
"url": "git+https://git.kle.li/TeaSpeak/simple-jsonp-promise.git"
2017-08-07 12:24:25 +00:00
},
"keywords": [
"jsonp",
"promise"
],
"author": "Ziqiang Li <ziqiang.lee@gmail.com>",
"license": "MIT",
"bugs": {
2023-11-15 22:50:33 +00:00
"url": "https://git.kle.li/TeaSpeak/simple-jsonp-promise/issues"
2017-08-07 12:24:25 +00:00
},
2023-11-15 22:50:33 +00:00
"homepage": "https://git.kle.li/TeaSpeak/simple-jsonp-promise",
2017-08-07 14:18:51 +00:00
"dependencies": {
2023-11-15 22:50:33 +00:00
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.3",
"@babel/preset-env": "^7.23.3"
2017-08-07 14:18:51 +00:00
}
2023-11-15 22:50:33 +00:00
}