-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.44 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.44 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
49
50
{
"name": "infinite-scrolling",
"version": "1.0.0",
"description": "Infinite Scrolling by Using Angular 2, Express.js, Mongoose.js, Node.js, MongoDB",
"author": "Akhil Pentamsetty",
"repository": {
"type": "git",
"url": "https://github.com/akhilpab/Angular2Demo"
},
"scripts": {
"postinstall": "typings install",
"prestart": "webpack",
"start": "concurrently \"webpack --watch --colors\" \"nodemon src/server.js\"",
"typings": "typings"
},
"license": "MIT",
"dependencies": {
"@angular/common": "2.0.0-rc.5",
"@angular/compiler": "2.0.0-rc.5",
"@angular/core": "2.0.0-rc.5",
"@angular/forms": "0.3.0",
"@angular/http": "2.0.0-rc.5",
"@angular/platform-browser": "2.0.0-rc.5",
"@angular/platform-browser-dynamic": "2.0.0-rc.5",
"@angular/router": "3.0.0-rc.1",
"@angular/upgrade": "2.0.0-rc.5",
"angular2-infinite-scroll": "^0.1.95",
"body-parser": "^1.15.2",
"bootstrap": "^4.0.0-alpha.3",
"core-js": "^2.4.1",
"express": "^4.14.0",
"font-awesome": "^4.6.3",
"jquery": "^2.2.4",
"mongoose": "^4.5.9",
"morgan": "^1.7.0",
"rxjs": "5.0.0-beta.6",
"tether": "^1.3.4",
"webpack": "^1.13.2",
"zone.js": "^0.6.15"
},
"devDependencies": {
"concurrently": "^2.2.0",
"nodemon": "^1.10.2",
"source-map-loader": "^0.1.5",
"ts-loader": "^0.8.2",
"typescript": "^1.8.10",
"typings": "^1.3.2",
"webpack": "^1.13.1"
}
}