{ "name": "simple-jsonp-promise", "version": "1.0.5", "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 ", "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" } }