{
	"name": "math_example_sorinel",
	"version": "0.0.0",
	"description": "An example of creating a package",
	"main": "bin/main.js",
	"scripts": {
		"test": "echo \"Error: no test specified\" && exit 1"
	},
	"repository": "",
	"keywords": [
		"math",
		"example",
		"addition",
		"subtraction",
		"multiplication",
		"division",
		"fibonacci"
	],
	"author": "Gica Petrescu",
	"license": "BSD"
}
