mightty
Version:
ES6 Javascript Utility Library
46 lines (45 loc) • 776 B
JSON
{
"name": "mightty",
"author": {
"name": "Drew Toddsby",
"email": "toddsby@gmail.com"
},
"version": "0.1.2",
"description": "ES6 Javascript Utility Library",
"homepage": "http://github.com/toddsby/",
"keywords": [
"utils",
"utility",
"mighty",
"mightyjs",
"mighttyjs",
"mightty",
"es6",
"es2015"
],
"main": "./lib/main.js",
"files": [
"lib",
"src",
"examples"
],
"repository": {
"type": "git",
"url": "git://github.com/toddsby/mightty.git"
},
"licenses": [
{
"type": "MIT"
}
],
"engines": {
"node": ">= 4.5.0"
},
"maintainers": [
{
"name": "toddsby",
"email": "toddsby@gmail.com"
}
],
"tonicExampleFilename": "./examples/helloworld.js"
}