-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.28 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
{
"name": "SmashSite",
"version": "1.0.0",
"description": "Web app to visualize player data",
"main": "server.js",
"scripts": {
"tsc": "tsc",
"tsc:w": "tsc -w",
"start": "node server.js"
},
"engines": {
"node": "4.4.7"
},
"dependencies": {
"@angular/common": "~2.1.1",
"@angular/compiler": "~2.1.1",
"@angular/core": "~2.1.1",
"@angular/forms": "~2.1.1",
"@angular/http": "~2.1.1",
"@angular/platform-browser": "~2.1.1",
"@angular/platform-browser-dynamic": "~2.1.1",
"@angular/router": "~3.1.1",
"@angular/upgrade": "~2.1.1",
"body-parser": "^1.16.1",
"bootstrap": "^3.3.7",
"core-js": "^2.4.1",
"dotenv": "^4.0.0",
"express": "^4.14.1",
"mongodb": "^2.2.24",
"reflect-metadata": "^0.1.8",
"rxjs": "5.0.0-beta.12",
"systemjs": "0.19.39",
"typings": "^2.1.1",
"zone.js": "^0.6.26"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sonicfangs/SmashSite.git"
},
"devDependencies": {
"typescript": "^2.0.3",
"@types/core-js": "^0.9.34",
"@types/node": "^6.0.45"
},
"author": "Brian Cabigon",
"license": "MIT",
"bugs": {
"url": "https://github.com/sonicfangs/SmashSite/issues"
},
"homepage": "https://github.com/sonicfangs/SmashSite#readme"
}