-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 790 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 790 Bytes
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
{
"name": "mean-stack",
"version": "1.0.0",
"description": "",
"main": "dist/server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"angular2": "*",
"body-parser": "^1.15.1",
"es6-promise": "*",
"es6-shim": "*",
"express": "*",
"jquery": "*",
"jsonwebtoken": "^6.2.0",
"morgan": "^1.7.0",
"multer": "^1.1.0",
"password-hash": "^1.2.2",
"password-hash-and-salt": "^0.1.3",
"reflect-metadata": "*",
"rxjs": "*",
"systemjs": "*",
"zone.js": "*"
},
"devDependencies": {
"del": "*",
"gulp": "*",
"gulp-concat": "*",
"gulp-sourcemaps": "*",
"gulp-typescript": "*",
"run-sequence": "*"
}
}