belty
Version:
General purpose utility belt
57 lines (56 loc) • 1.3 kB
JSON
{
"name": "belty",
"version": "5.2.2",
"engines": {
"node": ">=6"
},
"dependencies": {
"dis-isa": "^1.3.2",
"split-keypath": "^1.0.1"
},
"main": "src/index.js",
"scripts": {
"prepublish": "grunt build",
"test": "grunt test",
"build": "grunt build"
},
"devDependencies": {
"bit-imports": "^3.1.1",
"chai": "~4.1.2",
"chance": "^1.0.16",
"config-grunt-tasks": "^1.0.3",
"connect-livereload": "^0.6.0",
"grunt": "^1.0.3",
"grunt-concurrent": "~2.3.1",
"grunt-contrib-connect": "~1.0.2",
"grunt-contrib-watch": "~1.1.0",
"grunt-mocha": "~1.0.4",
"grunt-pakit": "^0.2.2",
"grunt-release": "^0.14.0",
"load-grunt-tasks": "^4.0.0",
"mocha": "~5.2.0",
"pakit": "^1.0.0",
"sinon": "~6.0.0",
"spromise": "^1.0.0"
},
"browser": {},
"directories": {
"test": "test"
},
"description": "General purpose utility belt",
"repository": {
"type": "git",
"url": "https://github.com/MiguelCastillo/belty.git"
},
"keywords": [
"utility",
"belt",
"utils"
],
"author": "Miguel Castillo <manchagnu@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/MiguelCastillo/belty/issues"
},
"homepage": "https://github.com/MiguelCastillo/belty"
}