forked from thingworx-field-work/BMCoreUIWidgets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·44 lines (44 loc) · 1.45 KB
/
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
38
39
40
41
42
43
44
{
"name": "BMCoreUIWidgets",
"packageName": "BMCoreUIWidgets",
"moduleName": "BMCoreUIWidgets",
"version": "2.8.3",
"description": "A collection of reusable UI classes.",
"thingworxServer": "http://localhost:8015",
"thingworxUser": "Administrator",
"thingworxPassword": "Administrator12345",
"author": "Thingworx RoIcenter",
"minimumThingWorxVersion": "6.0.0",
"homepage": "https://github.com/ptc-iot-sharing/BMCoreUIWidgets",
"autoUpdate": {
"giteaURL": "https://api.github.com/repos/ptc-iot-sharing/BMCoreUIWidgets/releases/latest"
},
"repository": {
"type": "git",
"url": "https://github.com/ptc-iot-sharing/BMCoreUIWidgets.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp",
"buildDebug": "gulp buildDebug",
"upload": "gulp upload",
"uploadDebug": "gulp uploadDebug"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.0.0-beta.46",
"@babel/preset-env": "^7.0.0-beta.46",
"@types/jquery": "^3.3.1",
"@types/node": "^8.10.11",
"babel-plugin-remove-import-export": "^1.1.0",
"del": "^5.0.0",
"delete-empty": "^3.0.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-terser": "^1.2.0",
"gulp-zip": "^5.0.0",
"request": "^2.85.0",
"xml2js": "^0.4.19"
}
}