-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 999 Bytes
/
package.json
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
{
"name": "babel-plugin-transform-es2015-modules-ui5",
"version": "6.0.0-alpha.2",
"description": "A babel plugin to transform ES6 / ES2015 modules to the UI5 module system (sap.ui.define)",
"repository": "https://github.com/geekflyer/babel-plugin-transform-es2015-modules-ui5",
"license": "MIT",
"main": "lib/index.js",
"scripts": {
"test": "mocha",
"build": "babel src/index.js --out-file lib/index.js",
"prepublish": "npm run build"
},
"dependencies": {
"babel-plugin-transform-es2015-modules-commonjs": "^6.22.0",
"babel-template": "^6.22.0"
},
"keywords": [
"babel-plugin",
"sapui5",
"ui5",
"openui5",
"sap"
],
"devDependencies": {
"babel-cli": "6.23.0",
"babel-core": "6.23.1",
"babel-helper-plugin-test-runner": "6.22.0",
"babel-plugin-external-helpers": "6.22.0",
"babel-preset-es2015": "6.22.0",
"babel-register": "6.23.0",
"chai": "3.5.0",
"chai-string": "1.3.0",
"mocha": "3.2.0"
}
}