UNPKG

apex-nitro

Version:
83 lines (82 loc) 1.9 kB
{ "name": "apex-nitro", "version": "4.1.3", "author": "OraOpenSource", "description": "Your essential APEX companion", "license": "MIT", "scripts": { "test": "xo && ava" }, "keywords": [ "oracle", "apex", "orclapex", "css", "javascript", "front-end", "responsive", "framework", "web" ], "repository": { "type": "git", "url": "https://github.com/OraOpenSource/apex-nitro.git" }, "bugs": { "url": "https://github.com/OraOpenSource/apex-nitro/issues" }, "main": "lib/index.js", "bin": { "apex-nitro": "./bin/apex-nitro.js" }, "dependencies": { "apex-publish-static-files": "2.0.x", "autoprefixer": "^8.4.1", "browser-sync": "2.24.4", "chalk": "^2.4.1", "del": "3.0.x", "gulp": "4.0.x", "gulp-clean-css": "^3.9.4", "gulp-clip-empty-files": "0.1.x", "gulp-clone": "2.0.x", "gulp-concat": "2.6.x", "gulp-header": "2.0.x", "gulp-if": "2.0.x", "gulp-jshint": "2.1.x", "gulp-less": "4.0.x", "gulp-load-plugins": "1.5.x", "gulp-notify": "3.2.x", "gulp-plumber": "1.2.x", "gulp-postcss": "^7.0.1", "gulp-rename": "1.2.x", "gulp-sass": "4.0.x", "gulp-size": "3.0.x", "gulp-sourcemaps": "2.6.x", "gulp-typescript": "^4.0.2", "gulp-uglify": "3.0.x", "jshint": "2.x", "jshint-stylish": "2.2.x", "merge-stream": "1.0.x", "node-notifier": "5.2.x", "node-package-configurator": "^1.3.3", "nopt": "4.0.x", "opn": "5.3.x", "portscanner": "2.1.x", "replace-ext": "1.0.x", "through2": "2.0.x", "typescript": "^2.8.3", "uglify-save-license": "0.4.x", "update-notifier": "2.5.x", "webpack": "4.8.x" }, "devDependencies": { "ava": "0.25.x", "babel-minify-webpack-plugin": "^0.3.1", "xo": "0.21.x" }, "xo": { "ignores": [ "examples/**/*.js" ] } }