UNPKG

webdriverio-automation

Version:

WebdriverIO-Automation android ios project

46 lines (45 loc) 1.09 kB
{ "name": "ejs", "description": "Embedded JavaScript templates", "keywords": [ "template", "engine", "ejs" ], "version": "3.1.5", "author": "Matthew Eernisse <mde@fleegix.org> (http://fleegix.org)", "license": "Apache-2.0", "bin": { "ejs": "./bin/cli.js" }, "main": "./lib/ejs.js", "jsdelivr": "ejs.min.js", "unpkg": "ejs.min.js", "repository": { "type": "git", "url": "git://github.com/mde/ejs.git" }, "bugs": "https://github.com/mde/ejs/issues", "homepage": "https://github.com/mde/ejs", "dependencies": { "jake": "^10.6.1" }, "devDependencies": { "browserify": "^16.5.1", "eslint": "^6.8.0", "git-directory-deploy": "^1.5.1", "jsdoc": "^3.6.4", "lru-cache": "^4.0.1", "mocha": "^7.1.1", "uglify-js": "^3.3.16" }, "engines": { "node": ">=0.10.0" }, "scripts": { "test": "mocha" } ,"_resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.5.tgz" ,"_integrity": "sha512-dldq3ZfFtgVTJMLjOe+/3sROTzALlL9E34V4/sDtUd/KlBSS0s6U1/+WPE1B4sj9CXHJpL1M6rhNJnc9Wbal9w==" ,"_from": "ejs@3.1.5" }