UNPKG

cerebro-mal

Version:
51 lines (50 loc) 1.22 kB
{ "name": "cerebro-mal", "version": "1.0.1", "description": "MyAnimeList plugin for Cerebro", "license": "MIT", "repository": "lubien/cerebro-mal", "author": { "name": "Lubien", "email": "lubien1996@gmail.com", "url": "lubien.me" }, "engines": { "node": ">=4" }, "scripts": { "build": "webpack && babili dist -d dist --compact --no-comments", "debug": "./scripts/debug", "debug:windows": "scripts\\debug.bat", "prepublish": "rimraf ./dist && npm run build" }, "main": "dist/index.js", "keywords": [ "cerebro", "cerebro-plugin", "myanimelist", "mal", "popura", "animes", "mangas" ], "devDependencies": { "babel-cli": "^6.18.0", "babel-loader": "^6.2.8", "babel-plugin-syntax-jsx": "^6.18.0", "babel-plugin-transform-react-jsx": "^6.8.0", "babili": "0.0.9", "cerebro-tools": "^0.1.0", "css-loader": "^0.26.0", "json-loader": "^0.5.4", "p-debounce": "^1.0.0", "parse-entities": "^1.1.0", "popura": "^1.2.5", "react": "^15.4.1", "rimraf": "^2.6.1", "string-similarity": "^1.1.0", "style-loader": "^0.13.1", "url-loader": "^0.5.7", "webpack": "2.1.0-beta.27" } }