tsakic_math_example
Version:
An example of creating a package
33 lines (32 loc) • 610 B
JSON
{
"name": "tsakic_math_example",
"version": "1.1.1",
"description": "An example of creating a package",
"main": "bin/main.js",
"bin": {
"tsakic_math_example": "./bin/main.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"math",
"example",
"addition",
"subtraction",
"multiplication",
"division",
"Fibonacci"
],
"author": "tsakic",
"license": "BSD",
"packages":{
"private-package":{
"allow_access": "me",
"allow_publish": "me"
},
"'*'":{
"allow_access": "me"
}
}
}