UNPKG

cerebro-linux-system

Version:

Cerebro plugin to automate some Linux system features

40 lines (39 loc) 1.04 kB
{ "name": "cerebro-linux-system", "version": "0.2.8", "description": "Cerebro plugin to automate some Linux system features", "license": "MIT", "repository": "adrian011494/cerebro-linux-system", "author": { "name": "Adrian Arencibia Herrera", "email": "adrian011494@gmail.com", "url": "https://humanos.uci.cu" }, "engines": { "node": ">=4" }, "scripts": { "build": "webpack && babili dist -d dist --compact --no-comments", "debug": "./scripts/debug", "prepublish": "rm -rf ./dist && npm run build" }, "main": "dist/index.js", "keywords": [ "cerebro-plugin", "cerebro" ], "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", "react": "^15.4.1", "style-loader": "^0.13.1", "webpack": "2.1.0-beta.27", "file-loader":"0.10.0", "url-loader":"0.5.7" } }