UNPKG

automizy-js-api

Version:

JavaScript API library for Automizy Marketing Automation software

85 lines (82 loc) 2.08 kB
{ "name": "automizy-js-api", "version": "1.0.0", "license": "MIT", "title": "Automizy Js Api", "description": "JavaScript API library for Automizy Marketing Automation software", "main":[ "src/automizyapi.js" ], "homepage": "http://developers.automizy.com/automizyjsapi", "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-js-api", "automizy", "free", "integrate" ], "bugs": { "email": "gyorgy.reti@automizy.com" }, "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", "$A", "$AA", "Automizy", "AutomizyJsApi" ], "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 } }