UNPKG

wpauto

Version:

[![NPM Version][npm-image]][npm-url] [![NPM Downloads][downloads-image]][downloads-url]

67 lines (66 loc) 1.61 kB
{ "name": "wpauto", "version": "0.2.1", "description": "", "bin": "index.js", "scripts": { "test": "mocha test/**.test.js", "compile": "./node_modules/.bin/rollup -c", "start": "node index.js" }, "keywords": [ "Wordpress", "installer", "wp-config", "MySQL" ], "author": { "name": "Michael Mano", "email": "michael.mano26@gmail.com", "url": "http://www.michaelmano.com" }, "homepage": "https://github.com/michaelmano/wpauto", "repository": { "type": "git", "url": "git+https://github.com/michaelmano/wpauto.git" }, "contributors": [], "license": "MIT", "_id": "wpauto@1.0.0", "_shasum": "47b5b9a6f2accaafe23de9f70e9476968fe2d369", "_from": "wpauto@latest", "_npmVersion": "2.15.9", "_nodeVersion": "4.6.0", "_npmUser": { "name": "michaelmano", "email": "michael.mano26@gmail.com" }, "dist": { "shasum": "47b5b9a6f2accaafe23de9f70e9476968fe2d369", "tarball": "https://registry.npmjs.org/wpauto/-/wpauto-1.0.0.tgz" }, "maintainers": [ { "name": "michaelmano", "email": "michael.mano26@gmail.com" } ], "_npmOperationalInternal": { "host": "packages-16-east.internal.npmjs.com", "tmp": "tmp/wpauto-1.0.0.tgz_1475962001346_0.10445438395254314" }, "files": [ "index.js", "wpauto.js", "LICENCE.md", "README.md" ], "_resolved": "https://registry.npmjs.org/wpauto/-/wpauto-1.0.0.tgz", "devDependencies": { "chai": "^4.1.2", "eslint": "^4.12.1", "eslint-config-google": "^0.9.1", "mocha": "^4.0.1", "rollup": "^0.52.1" } }