-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.63 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.63 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
{
"name": "brsocket-angular2",
"version": "0.1.0",
"description": "BRSocket-Angular2",
"keywords": [
"bong.run",
"bong",
"socket",
"angular",
"angular2",
"event",
"message"
],
"author": "Pasechnik Vladislav <jump.e.r@yandex.ru>",
"homepage": "https://github.com/bongrun/brsocket-angular2",
"license": "Apache 2.0",
"scripts": {
"start": "pm2 start pm2-socket.json",
"restart": "pm2 restart pm2-socket.json",
"stop": "pm2 stop pm2-socket.json",
"prepublish": "tsc",
"build": "rm -rf dist && tsc -p src"
},
"dependencies": {
"@angular/common": "^2.0.1",
"@angular/compiler": "^2.0.1",
"@angular/core": "^2.0.1",
"@angular/forms": "^2.0.1",
"@angular/http": "^2.0.1",
"@angular/platform-browser": "^2.0.1",
"@angular/platform-browser-dynamic": "^2.0.1",
"@angular/router": "^3.0.1",
"@angular/upgrade": "^2.0.1",
"angular-in-memory-web-api": "^0.1.1",
"angular2-websocket": "^0.6.3",
"bootstrap": "^3.3.7",
"core-js": "^2.4.1",
"lodash": "^4.16.3",
"reflect-metadata": "^0.1.8",
"rxjs": "^5.0.0-beta.12",
"systemjs": "^0.19.39",
"zone.js": "^0.6.25"
},
"devDependencies": {
"@types/node": "^6.0.38",
"@types/lodash": "^4.14.36",
"concurrently": "^3.0.0",
"lite-server": "^2.2.2",
"ts-loader": "^0.8.2",
"typescript": "^2.0.0",
"typings": "^1.4.0"
},
"repository": {
"type": "git",
"url": "https://github.com/bongrun/brsocket-angular2.git"
},
"bugs": {
"url": "https://github.com/bongrun/brsocket-angular2/issues"
},
"engines": {
"node": ">= 4.2.1",
"npm": ">= 3"
}
}