-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.15 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
{
"name": "sndtst.com",
"version": "1.0.0",
"description": "a node.js version of the sndtst site",
"main": "index.js",
"repository": "https://github.com/jasonsperske/sndtst.com.git",
"author": "Jason Sperske <jason@sperske.com>",
"license": "MIT",
"private": false,
"scripts": {
"build": "node ./node_modules/gulp-cli/bin/gulp.js",
"buildWatch": "node ./node_modules/gulp-cli/bin/gulp.js watch",
"compile": "node compile.js",
"start": "node localhost.js"
},
"dependencies": {
"bootstrap": "^4.1.1",
"ejs": "^2.6.1",
"express": "^4.16.3",
"express-ejs-layouts": "^2.4.0",
"font-awesome": "^4.7.0",
"forcedomain": "^0.8.1",
"graceful-fs": "^4.2.0",
"jplayer": "^2.9.2",
"jquery": "^3.3.1",
"nconf": "^0.10.0",
"ncp": "^2.0.0",
"node-wget": "^0.4.3",
"optional-require": "^1.0.0",
"popper.js": "^1.14.3",
"request": "^2.88.0",
"serve-favicon": "^2.5.0",
"typeahead.js": "^0.11.1"
},
"devDependencies": {
"gulp": "*",
"gulp-clean-css": "*",
"gulp-concat": "*",
"gulp-flatten": "*",
"gulp-rename": "*",
"gulp-sass": "*",
"gulp-uglify": "*"
}
}