-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.4 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
{
"name": "Loquax-Express",
"version": "^2.1.3",
"dependencies": {
"asyncawait": "0.7.2",
"autoprefixer": "^2.2.0",
"bluebird": "^2.3.0",
"body-parser": "^1.6.5",
"bootstrap": "^3.2.0",
"compression": "^1.0.11",
"config": "^1.0.2",
"connect-assets": "git://github.com/netsgnut/connect-assets.git#b0cb31d2682a81cbfed14172e4f53c768779b6d5",
"bootstrap_dropdowns_enhancement": "git://github.com/behigh/bootstrap_dropdowns_enhancement.git#1c0f45446703992787f71492d2b68927d736f370",
"cookie-parser": "^1.3.2",
"cookie-session": "^1.0.2",
"crypto": "0.0.3",
"debug": "^2.0.0",
"ejs": "^1.0.0",
"escape-html": "^1.0.1",
"express": "^4.8.5",
"express-brute": "0.5.1",
"express-legacy-expires": "^1.0.0",
"express-session": "^1.7.6",
"helmet": "^3.4.0",
"html-minifier": "^3.3.0",
"join-component": "^1.1.0",
"less": "^2.7.0",
"lodash": "^2.4.1",
"morgan": "^1.2.3",
"napa": "^2.0.1",
"request": "^2.40.0",
"scmp": "0.0.3",
"sqlite3": "^3.1.1",
"static-favicon": "^1.0.2",
"sugar": "^1.4.1",
"tracer": "0.7.1",
"uid-safe": "^1.0.1",
"connect-sqlite3": "0.9.1",
"coffee-script": "^1.8.0",
"oridomi": "^1.1.2",
"jquery": "^2.1.1",
"jquery.transit": "0.9.12",
"serve-favicon": "^2.1.5",
"angulartics": "0.16.5",
"gm": "^1.17.0",
"angular-bootstrap-switch": "git://github.com/frapontillo/angular-bootstrap-switch",
"bootstrap-switch": "^3.2.1",
"xmldom": "0.1.19",
"debug-timer": "0.0.1",
"node-stopwatch": "0.0.1",
"uax11": "0.0.2",
"diacritics": "^1.2.1",
"ramda": "0.8.0"
},
"main": "app.js",
"scripts": {
"install": "napa"
},
"napa": {
"inobounce": "lazd/iNoBounce#538d3812aa75c65d99b36dacafc9c6295510dbf2",
"angularLocalStorage": "agrublev/angularLocalStorage#85ce21fd1b58d46ea1ae5dd00aa06c3557731fba",
"jquery-scrollparent": "slindberg/jquery-scrollparent#93ba3f0e43c5526889f2c28f675653259d6d6b68"
},
"devDependencies": {
"svg2png": "^1.1.0",
"gulp": "^3.8.10",
"gulp-jshint": "^1.9.0",
"gulp-nodemon": "^1.0.4",
"jshint-stylish": "^1.0.0",
"gulp-svg2png": "^0.3.0",
"gulp-gm": "0.0.7",
"gulp-rename": "^1.2.0",
"gulp-imagemin": "^2.0.0",
"gulp-sourcemaps": "^1.2.8",
"gulp-concat": "^2.4.1",
"gulp-uglify": "^1.0.1",
"gulp-less": "^1.3.6",
"gulp-autoprefixer": "^2.0.0"
}
}