mya-hook-commonjs
Version:
mya commonJs module
26 lines (25 loc) • 544 B
JSON
{
"name": "default",
"version": "1.0.0",
"description": "Default template for fis scaffold",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/fis-scaffold/default.git"
},
"keywords": [
"fis",
"scaffold"
],
"author": "fex",
"license": "BSD",
"bugs": {
"url": "https://github.com/fis-scaffold/default/issues"
},
"homepage": "https://github.com/fis-scaffold/default",
"dependencies": {
}
}