@prabodha.rodrigo/npmpkgtest
Version:
Test NPM module
15 lines (14 loc) • 345 B
JSON
{
"name": "@prabodha.rodrigo/npmpkgtest",
"version": "1.1.0",
"description": "Test NPM module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Prabodha Rodrigo <prabodha.rodrigo@roames.com.au>",
"license": "UNLICENSED",
"dependencies": {
"bluebird": "^3.5.0"
}
}