-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 859 Bytes
/
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
{
"name": "mongular2",
"version": "0.0.0",
"description": "A simple MongoDb admin tool as a support to learn Angular2 and TypeScript.",
"repository": {
"type": "git",
"url": "git+https://github.com/FXHibon/Mongular2.git"
},
"homepage": "https://github.com/tchatel/FXHibon/Mongular2.git#readme",
"devDependencies": {
"bower": "1.7.9",
"chai": "3.5.0",
"del": "2.2.1",
"gulp": "3.9.1",
"gulp-mocha": "2.2.0",
"gulp-typescript": "2.13.6",
"mocha": "2.5.3"
},
"dependencies": {
"angular2": "2.0.0-alpha.45",
"body-parser": "1.15.2",
"cookie-parser": "1.4.3",
"debug": "2.2.0",
"es6-shim": "0.35.1",
"express": "4.14.0",
"mongodb": "2.1.18",
"morgan": "1.7.0",
"systemjs": "0.19.31"
},
"scripts": {
"postinstall": "node ./node_modules/bower/bin/bower install"
}
}