forked from re-figure/refigure
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.09 KB
/
Copy pathpackage.json
File metadata and controls
79 lines (79 loc) · 2.09 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
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
{
"name": "refigure",
"version": "0.1.0",
"description": "Refigure",
"author": "Andrey Pavlov <andrew.m.pavlov@gmail.com>",
"devDependencies": {
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-batch-replace": "0.0.0",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.2",
"gulp-embedlr": "^0.5.2",
"gulp-filter": "^5.0.0",
"gulp-htmlmin": "^3.0.0",
"gulp-imagemin": "^3.1.1",
"gulp-livereload": "^3.8.1",
"gulp-load-tasks": "^0.8.4",
"gulp-main-bower-files": "^1.6.1",
"gulp-ng-annotate": "^2.0.0",
"gulp-ng-html2js": "^0.2.2",
"gulp-rename": "^1.2.2",
"gulp-rev": "^7.1.2",
"gulp-rev-replace": "^0.4.3",
"gulp-sass": "^3.1.0",
"gulp-service": "0.0.3",
"gulp-uglify": "^2.1.2",
"gulp-zip": "^4.0.0",
"imagemin-pngquant": "^5.0.0",
"js.shared": "https://github.com/andrewpavlov/js.shared.git",
"jscs": "^3.0.7",
"merge-stream": "^1.0.1",
"run-sequence": "^1.2.2",
"yargs": "^6.6.0"
},
"locals": {
"buildDir": "build",
"tmpDir": "tmp",
"mysql": {
"host": "refigure.c79gzwf3nbu7.us-east-1.rds.amazonaws.com",
"host_dev": "refugure.czigngpclatr.us-east-1.rds.amazonaws.com",
"user": "USER",
"password": "PASSWORD",
"database": "refigure",
"port": 3306,
"connectionLimit": 10
},
"server": {
"addr": "127.0.0.1",
"port": "8181"
},
"smtp": {
"host": "email-smtp.us-east-1.amazonaws.com",
"port": 25,
"tls": true,
"user": "USER",
"password": "PASSWORD"
},
"jwt": {
"useToken": true,
"key": "A83fg-2737mvgTG8-38027",
"pwdChangeExpiresIn": "10h"
},
"oauth": {
"google": {
"clientId": "521277911794-l7at2jftvc2bluvbe2qa2c03njorm8ij.apps.googleusercontent.com"
},
"facebook": {
"clientId": "784421105053917",
"clientSecret": "271b89f5b62a46d9299fe2b93dcc336d"
}
},
"doParse": {
"refigureSite": false,
"notInManifest": false
},
"extensionId": "plbplbglohkmicpcelhkendkdfaipome"
}
}