-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.08 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
{
"name": "taPronto",
"version": "0.0.0",
"private": true,
"scripts": {
"postinstall": "npm run typings install",
"tsc": "tsc",
"tsc:w": "tsc -w",
"lite": "lite-server",
"start": "concurrent \"node ./bin/www\" \"npm run tsc:w\"",
"typings": "typings"
},
"dependencies": {
"angular2": "2.0.0-beta.8",
"body-parser": "~1.13.2",
"bootstrap": "~3.3.6",
"concurrently": "^1.0.0",
"cookie-parser": "~1.3.5",
"cors": "~2.7.1",
"debug": "~2.2.0",
"ejs": "^2.4.1",
"es6-promise": "^3.0.2",
"es6-shim": "^0.33.3",
"express": "~4.13.1",
"jade": "~1.11.0",
"jwt-simple": "^0.5.0",
"lite-server": "^2.0.1",
"moment": "^2.12.0",
"mongoose": "~4.4.1",
"mongoose-auto-increment": "^5.0.1",
"morgan": "~1.6.1",
"ng2-bootstrap": "1.0.6",
"node-gcm": "^0.14.4",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.2",
"scrypt": "^6.0.1",
"serve-favicon": "~2.3.0",
"systemjs": "0.19.20",
"typescript": "^1.7.5",
"typings": "^0.7.12",
"zone.js": "0.5.15"
},
"devDependencies": {}
}