-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (45 loc) · 1.42 KB
/
package.json
File metadata and controls
50 lines (45 loc) · 1.42 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": "ng-gallery",
"version": "1.0.0",
"description": "A comprehensive sample using Autodesk View & Data API powered by Node.js/MongoDb backend and an AngularJs frontend",
"author": {
"name": "Philippe Leefsma",
"email": "philippe.leefsma@autodesk.com"
},
"dependencies": {
"del": "1.2.0",
"body-parser": "1.6.7",
"cookie-parser": "1.3.5",
"express": "4.12.4",
"express-session": "1.11.2",
"gulp": "3.8.11",
"gulp-bower": "0.0.10",
"gulp-ng-annotate": "0.5.3",
"gulp-rename": "1.2.2",
"gulp-uglify": "1.2.0",
"gulp-util": "3.0.4",
"gulp-webpack": "1.4.0",
"gulp-bower": "0.0.10",
"mongodb": "2.0.28",
"passport": "0.2.1",
"passport-facebook": "2.0.0",
"passport-github": "0.1.5",
"passport-google-oauth":"0.2.0",
"passport-linkedin": "0.1.3",
"request": "2.55.0",
"serve-favicon": "2.2.0",
"webpack": "1.8.11",
"vinyl-paths": "1.0.0"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"repository": {
"type": "git",
"url": "https://github.com/Developer-Autodesk/ng-gallery"
},
"homepage": "http://viewer.autodesk.io/node/ng-gallery"
}