-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.87 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.87 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "@devctrl/core",
"version": "2.0.0",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "bitbucket:ufdwi/devctrl"
},
"description": "Webapp and node backend for control of serial and network devices",
"keywords": [
"IOT",
"Digital Worlds",
"audio",
"video",
"projectors"
],
"homepage": "https://bitbucket.org/dwi/devctrl",
"dependencies": {
"@angular/animations": "^4.3",
"@angular/cdk": "^2.0.0-beta.8",
"@angular/common": "^4.3",
"@angular/compiler": "^4.3",
"@angular/compiler-cli": "^4.3.1",
"@angular/core": "^4.3",
"@angular/forms": "^4.3",
"@angular/http": "^4.3",
"@angular/material": "^2.0.0-beta.8",
"@angular/platform-browser": "^4.3",
"@angular/platform-browser-dynamic": "^4.3",
"@angular/platform-server": "^4.3.1",
"@angular/router": "^4.3",
"@types/hammerjs": "^2.0.33",
"@types/node": "^8.0.16",
"@types/socket.io": "^1.4.29",
"@types/socket.io-client": "^1.4.29",
"body-parser": "^1.15.2",
"bootstrap": "^3.3.6",
"core-js": "^2.4.1",
"hammerjs": "^2.0.8",
"mongodb": "^2.2.10",
"reflect-metadata": "^0.1.3",
"rxjs": "^5.0.1",
"serialport": "^4.0.6",
"socket.io": "^2.0",
"socket.io-client": "^2.0",
"sprintf-js": "^1.0.3",
"zone.js": "^0.8.4"
},
"devDependencies": {
"rollup": "^0.45.2",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.1.0",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-uglify": "^2.0.1",
"systemjs": "^0.20.15",
"typescript": "^2.3.0"
},
"scripts": {
"build": "node_modules/.bin/tsc && node_modules/.bin/ngc -p tsconfig-aot.json && node_modules/.bin/rollup -c rollup-config.js"
},
"optionalDependencies": {
"bufferutil": "^3.0.2",
"utf-8-validate": "^3.0.3"
}
}