UNPKG

gumbajs

Version:

Component code generator for projects done with AEM and Sightly.

45 lines (44 loc) 891 B
{ "name": "gumbajs", "version": "0.1.3", "description": "Component code generator for projects done with AEM and Sightly.", "main": "./src/api.js", "scripts": { "test": "xo && ava | tap-notify | tap-spec" }, "repository": { "type": "git", "url": "git+https://github.com/andremw/gumbajs.git" }, "keywords": [ "aem", "adobe", "cq", "sightly", "jsp" ], "author": "andremw", "license": "MIT", "homepage": "https://github.com/andremw/gumbajs", "devDependencies": { "ava": "^0.14.0", "tap-notify": "^1.0.0", "tap-spec": "^4.1.1", "xo": "^0.15.0" }, "ava": { "tap": true }, "xo": { "semicolon": true, "esnext": true, "space": 4 }, "dependencies": { "mustache": "^2.2.1", "promised-io": "^0.3.5", "temp-write": "^2.1.0", "xml2js": "^0.4.16", "rimraf-promise": "^2.0.0" } }