UNPKG

@pillowfication/eorzea-weather

Version:
49 lines (48 loc) 1.31 kB
{ "author": { "name": "Markus Tran", "email": "thebluepillow@gmail.com", "url": "http://pillowfication.com" }, "bugs": { "url": "https://github.com/pillowfication/eorzea-weather/issues" }, "dependencies": {}, "description": "Weather forecast for Eorzea.", "devDependencies": { "@babel/core": "^7.0.0-beta.44", "@babel/preset-env": "^7.0.0-beta.44", "babel-core": "^7.0.0-bridge.0", "babel-jest": "^26.0.1", "cross-env": "^7.0.2", "npm-run-all": "^4.1.2", "rimraf": "^3.0.0", "rollup": "^1.16.7", "rollup-plugin-babel": "^v4.4.0", "rollup-plugin-json": "^4.0.0", "rollup-plugin-uglify": "^6.0.2", "standard": "^14.3.4" }, "keywords": [ "Eorzea", "FFXIV", "FINAL FANTASY XIV", "Weather" ], "homepage": "https://github.com/pillowfication/eorzea-weather", "license": "MIT", "main": "./dist/eorzea-weather.min.js", "module": "./lib/eorzea-weather.js", "name": "@pillowfication/eorzea-weather", "repository": { "type": "git", "url": "https://github.com/pillowfication/eorzea-weather.git" }, "scripts": { "build": "cross-env NODE_ENV=production rollup -c", "clean": "rimraf dist lib", "prepublishOnly": "npm-run-all test clean build", "test": "standard" }, "version": "2.3.8" }