This repository was archived by the owner on May 4, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.44 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "@bpmsoasolutions/jet-buildtool",
"version": "1.6.24",
"description": "Tasks to build oraceljet apps with superpowers",
"author":
"BPM & SOA Solutions <info@bpmsoasolutions.com> (http://www.bpmsoasolutions.com)",
"contributors": ["Daniel Biedma <daniel.biedma@bpmsoasolutions.com>"],
"license": "MIT",
"main": "src/index.js",
"bin": {
"jb": "bin/jb"
},
"repository": {
"type": "git",
"url": "https://github.com/bpmsoasolutions/jet-buildtool.git"
},
"dependencies": {
"babel-cli": "^6.16.0",
"babel-core": "^6.17.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-es2015-modules-amd": "^6.8.0",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"babel-register": "^6.16.3",
"commander": "^2.9.0",
"cordova": "^6.3.1",
"del": "^2.2.2",
"ncp": "^2.0.0",
"node-sass": "^3.10.1",
"requirejs": "^2.3.2",
"resolve": "^1.1.7",
"ripple-emulator": "^0.9.36",
"shelljs": "^0.7.4",
"uglifycss": "0.0.21"
},
"devDependencies": {},
"scripts": {
"build": "babel -s -d lib src",
"dev": "npm run build -- -w"
},
"keywords": ["oracle", "oracle-jet", "jet", "javscript extension toolkit"]
}