-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.49 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
{
"name": "acoustic",
"version": "1.0.0",
"description": "acoustic ====",
"main": "app.js",
"dependencies": {
"async": "^3.1.0",
"body-parser": "^1.19.0",
"cheerio": "^1.0.0-rc.3",
"connect-mongo": "^3.0.0",
"cookie-parser": "^1.4.4",
"express": "^4.17.1",
"express-session": "^1.16.2",
"figlet": "^1.2.4",
"gm": "^1.23.1",
"mime": "^2.4.4",
"mkdirp": "^0.5.1",
"moment": "^2.22.1",
"mongoose": "^5.6.12",
"mongoose-bcrypt": "^1.5.1",
"multer": "^1.4.2",
"pug": "^2.0.4",
"rimraf": "^3.0.0",
"shortid": "^2.2.2",
"sitemap": "^4.1.1",
"svgo": "^1.3.0"
},
"devDependencies": {
"ansi-colors": "^4.1.1",
"fancy-log": "^1.3.3",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.0",
"gulp-cached": "^1.1.1",
"gulp-changed": "^4.0.1",
"gulp-filter": "^6.0.0",
"gulp-jshint": "^2.1.0",
"gulp-noop": "^1.0.0",
"gulp-progeny": "^0.4.1",
"gulp-rename": "^1.4.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-stylus": "^2.7.0",
"gulp-uglify": "^3.0.2",
"jshint": "^2.10.2",
"jshint-stylish": "^2.1.0",
"minimist": "^1.2.0",
"pump": "^3.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ponyspy/acoustic.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ponyspy/acoustic/issues"
},
"homepage": "https://github.com/ponyspy/acoustic"
}