-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.19 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.19 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
{
"name": "Student_Management_System",
"version": "1.0.0",
"scripts": {
"start": "node Server/build/app.js"
},
"author":"Rida Bilgrami",
"license": "ISC",
"description": "Student Management System",
"dependencies": {
"angular2": "2.0.0-beta.0",
"systemjs": "0.19.6",
"es6-promise": "^3.0.2",
"es6-shim": "^0.33.3",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.0",
"zone.js": "0.5.10",
"body-parser": "^1.14.1",
"connect-flash": "^0.1.1",
"ejs": "^2.3.4",
"express": "^4.13.3",
"gulp": "^3.9.0",
"gulp-nodemon": "^2.0.4",
"gulp-rimraf": "^0.1.1",
"gulp-typescript": "^2.9.2",
"gulp-watch": "^4.3.5",
"mongoose": "^4.3.1",
"node" :"v5.5.0"
},
"bugs": {
"url": "https://github.com/RidaRidss/Student_Management_System/issues"
},
"engines": {
"node": "5.5.0",
"npm":"3.7.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RidaRidss/Student_Management_System.git"
},
"cacheDirectories": ["node_modules"],
"devDependencies": { "gulp": "^3.9.0",
"gulp-nodemon": "^2.0.3",
"gulp-rimraf": "^0.1.1",
"gulp-typescript": "^2.8.1",
"gulp-watch": "^4.3.5"
}
}