-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1002 Bytes
/
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": "designs-by-reetsie",
"version": "0.0.12",
"description": "Gourd Art",
"repository": {
"type": "git",
"url": "https://github.com/kshreve/DesignsByReetsie.git"
},
"keywords": [
"nodejs",
"angularjs",
"expressjs"
],
"author": "kshreve",
"bugs": {
"url": "https://github.com/kshreve/DesignsByReetsie/issues"
},
"engines": {
"node": "10.16.0",
"npm": "6.4.1"
},
"dependencies": {
"body-parser": "1.10.2",
"del": "1.1.1",
"express": "4.11.1",
"gulp": "3.8.7",
"gulp-angular-templatecache": "1.5.0",
"gulp-concat": "2.4.3",
"gulp-livereload": "3.5.0",
"gulp-minify-css": "0.4.2",
"gulp-notify": "2.1.0",
"gulp-obfuscate": "0.2.9",
"gulp-rename": "1.2.0",
"gulp-sourcemaps": "1.3.0",
"gulp-uglify": "1.1.0",
"npm": "6.13.4",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "1.0.0"
},
"scripts": {
"start": "node dist/server.js",
"postinstall": "gulp default"
}
}