UNPKG

automizy-email-editor

Version:

Design mobile friendly HTML emails in your application.

96 lines (93 loc) 2.26 kB
{ "name": "automizy-email-editor", "version":"1.0.0", "license": "MIT", "title": "Automizy Email Editor", "description": "Design mobile friendly HTML emails in your application.", "main": [ "src/aee.js", "src/aee.css" ], "homepage": "http://developers.automizy.com/emaileditor", "authors":[ { "name": "Gyorgy Reti", "email": "gyorgy.reti@automizy.com" }, { "name": "Dominik Sagi", "email": "dominik.sagi@automizy.com" }, { "name": "Abel Enekes", "email": "abel.enekes@automizy.com" }, { "name": "Gabor Koncz", "email": "gabor.koncz@automizy.com" } ], "keywords": [ "automizy-email-editor", "automizy", "email-editor", "automizy-js", "automizy-js-api", "email", "editor", "free", "integrate", "responsive", "mobile-friendly" ], "bugs": { "email": "gyorgy.reti@automizy.com", "url" : "https://github.com/Automizy/Automizy-Email-Editor/issues" }, "repository": { "type": "git", "url": "git://github.com/automizy/automizy-email-editor.git" }, "devDependencies": { "grunt": "^0.4.5", "grunt-contrib-requirejs": "^0.4.4", "grunt-contrib-uglify": "~0.5.0", "grunt-contrib-compress": "~0.4.0", "grunt-contrib-copy": "*", "qunitjs": "^1.16.0", "requirejs": "^2.1.15" }, "jshintConfig": { "passfail" : false, "browser" : true, "jquery" : true, "predef" : [ "define", "require", "requirejs", "$AEE", "AutomizyEmailEditor" ], "debug" : true, "devel" : true, "strict" : false, "asi" : false, "laxbreak" : false, "bitwise" : false, "boss" : false, "curly" : false, "eqeqeq" : true, "eqnull" : false, "evil" : false, "expr" : false, "forin" : false, "immed" : true, "latedef" : true, "loopfunc" : false, "noarg" : true, "regexp" : true, "regexdash" : false, "scripturl" : true, "shadow" : false, "supernew" : false, "undef" : true, "newcap" : true, "noempty" : true, "nonew" : true, "nomen" : true, "onevar" : false, "plusplus" : false, "sub" : true, "trailing" : true, "white" : false, "quotmark" : false } }