-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.55 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.55 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
45
46
47
48
49
{
"name": "BMValueInterpolator",
"packageName": "BMValueInterpolator",
"moduleName": "BMValueInterpolator",
"version": "1.1.1",
"description": "A D3 based chart that is highly configurable at runtime.",
"thingworxServer": "http://localhost",
"thingworxUser": "Administrator",
"thingworxPassword": "admin",
"author": "Thingworx RoIcenter",
"minimumThingWorxVersion": "6.0.0",
"homepage": "https://github.com/ptc-iot-sharing/BMValueInterpolator",
"autoUpdate": {
"gitHubURL": "https://api.github.com/repos/ptc-iot-sharing/BMValueInterpolator/releases/latest"
},
"repository": {
"type": "git",
"url": "https://github.com/ptc-iot-sharing/BMValueInterpolator.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp",
"buildProduction": "gulp --p",
"upload": "gulp upload",
"uploadProduction": "gulp upload --p"
},
"license": "MIT",
"files": [
"lib",
"build",
"LICENSE"
],
"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",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-terser": "^1.2.0",
"gulp-zip": "^5.0.0",
"gulp-babel": "^8.0.0",
"babel-plugin-remove-import-export": "^1.1.0",
"delete-empty": "^3.0.0",
"del": "^5.0.0",
"request": "^2.85.0",
"xml2js": "^0.4.19"
}
}