-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 852 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
36
37
{
"name": "gulp-ui5-lib",
"version": "1.0.0",
"description": "A Gulp plugin for building SAP UI5 libraries.",
"main": "./lib/index.js",
"scripts": {
"build": "babel ./src -d ./lib",
"build:watch": "babel ./src -d ./lib --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MagicCube/gulp-ui5-lib.git"
},
"keywords": [
"gulp",
"gulpplugin",
"gulp-plugin",
"sap",
"ui5",
"library",
"lib"
],
"author": "Henry Li <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/MagicCube/gulp-ui5-lib/issues"
},
"homepage": "https://github.com/MagicCube/gulp-ui5-lib#readme",
"devDependencies": {
"babel-cli": "^6.7.5",
"babel-preset-es2015": "^6.6.0"
},
"dependencies": {
"gulp-util": "^3.0.7",
"through2": "^2.0.1"
}
}