sugar
Version:
A Javascript utility library for working with native objects.
38 lines • 793 B
JSON
{
"name": "sugar",
"description": "A Javascript utility library for working with native objects.",
"version": "2.0.6",
"homepage": "https://sugarjs.com/",
"icon": "https://sugarjs.com/icon.svg",
"repository": {
"type": "git",
"url": "git+https://github.com/andrewplummer/Sugar.git"
},
"license": "MIT",
"author": "Andrew Plummer <plummer.andrew@gmail.com>",
"keywords": [
"sugar",
"sugarjs",
"functional",
"browser",
"utility",
"util",
"date",
"time",
"polyfill"
],
"bugs": {
"url": "https://github.com/andrewplummer/Sugar/issues"
},
"engines": {
"node": ">= 0.8.23"
},
"browser": {
"buffer": false
},
"typings": "sugar.d.ts",
"main": "index.js",
"dependencies": {
"sugar-core": "^2.0.0"
}
}