strom/package.json

23 lines
405 B
JSON

{
"name": "mysah",
"version": "0.1.0",
"description": "ES6 Promise library",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ES6",
"Promise",
"library"
],
"author": "Sami Turcotte",
"license": "MIT",
"devDependencies": {
"@types/node": "^7.0.8"
},
"dependencies": {
"es6-promisify": "^5.0.0"
}
}