promise-create-script
Version:
Creates script and returns a promise.
35 lines (34 loc) • 670 B
JSON
{
"name": "promise-create-script",
"version": "2.0.2",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "jest --env=jsdom"
},
"standard": {
"env": [
"mocha",
"browser",
"jasmine"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/kahwee/promise-create-script.git"
},
"keywords": [
"script",
"promise",
"create-script"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/kahwee/promise-create-script/issues"
},
"homepage": "https://github.com/kahwee/promise-create-script#readme",
"devDependencies": {
"jest": "^20.0.4"
}
}