-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
74 lines (74 loc) · 2.35 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "TuxLab",
"version": "0.2.0",
"description": "Learn Linux Interactively",
"private": true,
"scripts": {
"start": "meteor run",
"postinstall": "meteor npm run install-typings",
"generate-typings": "$(meteor npm bin)/dts-generator --name tuxlab-api --project ./server/imports/api --out ./imports/api/tuxlab-api.d.ts",
"install-typings": "$(meteor npm bin)/typings install;",
"test": "TEST_CLIENT=0 meteor test --full-app --once --settings ./private/settings.json --driver-package=meteortesting:mocha"
},
"devDependencies": {
"@types/chai": "^4.0.1",
"@types/dockerode": "^2.4.6",
"@types/file-saver": "0.0.1",
"@types/lodash": "^4.14.68",
"@types/meteor": "1.4.8",
"@types/node": "^8.0.15",
"@types/node-cache": "^4.1.0",
"@types/node-fibers": "0.0.28",
"@types/socket.io-client": "^1.4.29",
"@types/sortablejs": "^1.3.31",
"@types/uglify-js": "^2.6.29",
"@types/winston": "^2.3.3",
"@types/xterm": "^2.0.3",
"chai": "^4.0.2",
"dts-generator": "^2.1.0",
"typings": "^2.1.1"
},
"dependencies": {
"@angular/animations": "4.3.6",
"@angular/cdk": "2.0.0-beta.10",
"@angular/common": "4.3.6",
"@angular/compiler": "4.3.6",
"@angular/core": "4.3.6",
"@angular/flex-layout": "2.0.0-beta.9",
"@angular/forms": "4.3.6",
"@angular/http": "4.3.6",
"@angular/material": "2.0.0-beta.10",
"@angular/platform-browser": "4.3.6",
"@angular/platform-browser-dynamic": "4.3.6",
"@angular/router": "4.3.6",
"adm-zip": "^0.4.7",
"angular-sortablejs": "^2.0.6",
"angular2-markdown": "^1.6.0",
"angular2-meteor": "0.7.1",
"angular2-meteor-polyfills": "0.2.0",
"angular2-meteor-tests-polyfills": "0.0.2",
"babel-runtime": "^6.23.0",
"bcrypt": "^1.0.2",
"bufferutil": "^3.0.2",
"dockerode": "^2.5.1",
"file-saver": "^1.3.3",
"lodash": "^4.17.4",
"meteor-node-stubs": "^0.2.11",
"meteor-rxjs": "0.4.7",
"node-cache": "^4.1.1",
"node-etcd": "^5.1.0",
"prismjs": "^1.6.0",
"reflect-metadata": "0.1.10",
"request": "^2.81.0",
"request-promise": "^4.2.1",
"rxjs": "^5.4.2",
"simpl-schema": "^0.3.2",
"socket.io": "^2.0.3",
"sortablejs": "^1.6.0",
"uglify-es": "^3.0.28",
"utf-8-validate": "^4.0.0",
"winston": "^2.3.1",
"xterm": "^2.8.1",
"zone.js": "0.8.18"
}
}