-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 723 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 723 Bytes
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
{
"name": "posted",
"version": "1.0.0",
"description": "make product update pages great again",
"main": "index.js",
"dependencies": {
"express": "^4.15.3"
},
"devDependencies": {
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-data": "^1.2.1",
"gulp-live-server": "0.0.31",
"gulp-livereload": "^3.8.1",
"gulp-nodemon": "^2.2.1",
"gulp-open": "^2.0.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-swig": "^0.8.0",
"gulp-util": "^3.0.7",
"js-yaml": "^3.5.5",
"marked": "^0.3.5"
},
"scripts": {
"build": "gulp",
"serve": "gulp serve",
"start": "node server.js"
},
"author": "shiv",
"license": "ISC"
}