-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.43 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": "bn2src",
"version": "1.0.0",
"repository": {"url": "https://github.com/aahmyu/b2ns.git"},
"author": "aahmyu <[email protected]>",
"private": true,
"scripts": {
"postinstall": "npm run typings install",
"tsc": "tsc",
"tsc:w": "tsc -w",
"start": "concurrent \"node ./bin/www\" \"npm run tsc:w\"",
"typings": "typings"
},
"dependencies": {
"@angular/common": "2.0.0-rc.1",
"@angular/compiler": "2.0.0-rc.1",
"@angular/core": "2.0.0-rc.1",
"@angular/http": "2.0.0-rc.1",
"@angular/platform-browser": "2.0.0-rc.1",
"@angular/platform-browser-dynamic": "2.0.0-rc.1",
"@angular/router": "2.0.0-rc.1",
"@angular/router-deprecated": "2.0.0-rc.1",
"@angular/upgrade": "2.0.0-rc.1",
"body-parser": "~1.13.2",
"connect-mongo": "^1.2.0",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"es6-promise": "^3.0.2",
"es6-shim": "^0.35.0",
"express": "~4.13.1",
"express-session": "^1.13.0",
"mongodb": "^2.1.21",
"mongoose": "^4.4.19",
"morgan": "~1.6.1",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"primeng": "^1.0.0-beta.8",
"primeui": "^4.1.12",
"reflect-metadata": "^0.1.3",
"rxjs": "5.0.0-beta.6",
"serve-favicon": "~2.3.0",
"systemjs": "0.19.27",
"zone.js": "^0.6.12"
},
"devDependencies": {
"concurrently": "^2.0.0",
"tslint": "^3.7.4",
"typescript": "^1.8.10",
"typings": "^0.8.1"
}
}