gmenu
Version:
Menu builder
39 lines (38 loc) • 844 B
JSON
{
"name": "gmenu",
"version": "0.8.0",
"description": "Menu builder",
"main": "index.js",
"scripts": {
"test": "bogota",
"dtest": "watch bogota test/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/goliatone/gmenu.git"
},
"keywords": [
"menu",
"menu-builder"
],
"author": "goliatone <hello@goliatone.com> (http://goliatone.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/goliatone/gmenu/issues"
},
"homepage": "https://github.com/goliatone/gmenu#readme",
"dependencies": {
"gextend": "^0.3.0",
"slug": "^0.9.1"
},
"devDependencies": {
"accesscontrol": "^2.2.1",
"bogota": "^2.0.4",
"nyc": "^10.3.2",
"sinon": "^2.2.0",
"tap-spec": "^4.1.1",
"tape": "^4.6.3",
"tape-catch": "^1.0.6",
"watch": "^1.0.2"
}
}