-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
100 lines (100 loc) · 2.71 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "vicigo",
"version": "1.0.0",
"description": "Social media",
"main": "app-vicigo.js",
"dependencies": {
"ViciAuthSDK": "git+https://github.com/viciqloud/viciauth-sdk.git",
"angular": "^1.6.1",
"angular-ui-router": "^0.3.2",
"angularjs": "0.0.1",
"async": "^2.0.1",
"aws-sdk": "^2.1.35",
"bcrypt-nodejs": "^0.0.3",
"bindings": "^1.2.1",
"body-parser": "^1.0.2",
"bootstrap": "^3.3.7",
"bson": "^0.4.23",
"cheerio": "^0.19.0",
"compression": "^1.5.0",
"connect-flash": "^0.1.1",
"content-kit-editor": "^0.1.3",
"cookie-parser": "^1.0.1",
"cors": "^2.7.1",
"ejs": "^2.3.1",
"escape-html": "^1.0.2",
"express": "^4.13.0",
"express-ejs-layouts": "^1.1.0",
"express-minify": "^0.1.6",
"express-session": "^1.0.4",
"extend": "^3.0.0",
"fb": "^0.7.3",
"find-hashtags": "^1.0.0",
"font-awesome": "^4.7.0",
"forever": "^0.14.1",
"fs": "^0.0.2",
"get-img-src": "^1.0.0",
"gm": "^1.18.1",
"graceful-fs": "^4.1.5",
"gramophone": "^0.0.3",
"hashtags": "^0.2.0",
"html-to-text": "^1.3.1",
"http": "^0.0.0",
"image-size": "^0.5.0",
"install": "^0.4.1",
"jquery": "^3.1.1",
"jquery-ui": "^1.12.1",
"jsonwebtoken": "^5.4.1",
"keyword-extractor": "^0.0.12",
"limiter": "^1.1.0",
"mandrill-api": "^1.0.45",
"method-override": "^1.0.2",
"minify": "^1.4.18",
"moment": "^2.10.3",
"morgan": "^1.0.1",
"multer": "^1.1.0",
"mysql": "^2.16.0",
"ng-infinite-scroll": "^1.3.0",
"npm": "^3.5.3",
"nvm": "^0.0.3",
"passport": "^0.1.18",
"passport-facebook": "^1.0.3",
"passport-google-oauth": "^0.1.5",
"passport-local": "^0.1.6",
"rand-token": "^0.2.1",
"randomstring": "^1.1.3",
"reading-time": "^1.0.2",
"request": "^2.74.0",
"sanitize-html": "^1.7.0",
"sharp": "^0.17.0",
"slug": "^0.9.1",
"striptags": "^2.0.2",
"twit": "^2.1.1",
"ui-router": "^1.0.0-alpha.3"
},
"devDependencies": {
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.0",
"babelify": "^7.3.0",
"css-loader": "^0.27.3",
"gulp": "^3.9.1",
"gulp-minify": "0.0.15",
"gulp-ng-annotate": "^2.0.0",
"gulp-uglify": "^2.0.1",
"html-loader": "^0.4.5",
"style-loader": "^0.14.1",
"webpack": "^2.2.1"
},
"scripts": {
"start": "webpack && node app-vicigo",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adrianbarwicki/vicigo"
},
"author": "Adrian Barwicki ([email protected])",
"license": "MIT",
"homepage": "https://github.com/adrianbarwicki/vicigo#readme"
}