UNPKG

1.9 kBJSONView Raw
1{
2 "name": "apex-nitro",
3 "version": "4.1.3",
4 "author": "OraOpenSource",
5 "description": "Your essential APEX companion",
6 "license": "MIT",
7 "scripts": {
8 "test": "xo && ava"
9 },
10 "keywords": [
11 "oracle",
12 "apex",
13 "orclapex",
14 "css",
15 "javascript",
16 "front-end",
17 "responsive",
18 "framework",
19 "web"
20 ],
21 "repository": {
22 "type": "git",
23 "url": "https://github.com/OraOpenSource/apex-nitro.git"
24 },
25 "bugs": {
26 "url": "https://github.com/OraOpenSource/apex-nitro/issues"
27 },
28 "main": "lib/index.js",
29 "bin": {
30 "apex-nitro": "./bin/apex-nitro.js"
31 },
32 "dependencies": {
33 "apex-publish-static-files": "2.0.x",
34 "autoprefixer": "^8.4.1",
35 "browser-sync": "2.24.4",
36 "chalk": "^2.4.1",
37 "del": "3.0.x",
38 "gulp": "4.0.x",
39 "gulp-clean-css": "^3.9.4",
40 "gulp-clip-empty-files": "0.1.x",
41 "gulp-clone": "2.0.x",
42 "gulp-concat": "2.6.x",
43 "gulp-header": "2.0.x",
44 "gulp-if": "2.0.x",
45 "gulp-jshint": "2.1.x",
46 "gulp-less": "4.0.x",
47 "gulp-load-plugins": "1.5.x",
48 "gulp-notify": "3.2.x",
49 "gulp-plumber": "1.2.x",
50 "gulp-postcss": "^7.0.1",
51 "gulp-rename": "1.2.x",
52 "gulp-sass": "4.0.x",
53 "gulp-size": "3.0.x",
54 "gulp-sourcemaps": "2.6.x",
55 "gulp-typescript": "^4.0.2",
56 "gulp-uglify": "3.0.x",
57 "jshint": "2.x",
58 "jshint-stylish": "2.2.x",
59 "merge-stream": "1.0.x",
60 "node-notifier": "5.2.x",
61 "node-package-configurator": "^1.3.3",
62 "nopt": "4.0.x",
63 "opn": "5.3.x",
64 "portscanner": "2.1.x",
65 "replace-ext": "1.0.x",
66 "through2": "2.0.x",
67 "typescript": "^2.8.3",
68 "uglify-save-license": "0.4.x",
69 "update-notifier": "2.5.x",
70 "webpack": "4.8.x"
71 },
72 "devDependencies": {
73 "ava": "0.25.x",
74 "babel-minify-webpack-plugin": "^0.3.1",
75 "xo": "0.21.x"
76 },
77 "xo": {
78 "ignores": [
79 "examples/**/*.js"
80 ]
81 }
82}