-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 836 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 836 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
33
34
{
"name": "elephantblog",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "NODE_ENV=production node app.js",
"dev": "NODE_ENV=development nodemon --watch views --watch routes --watch evernote app.js",
"gulp": "gulp sass"
},
"dependencies": {
"debug": "~2.6.8",
"evernote": "^2.0.5",
"koa": "^2.3.0",
"koa-bodyparser": "^4.2.0",
"koa-convert": "^1.2.0",
"koa-json": "^2.0.2",
"koa-logger": "^3.0.0",
"koa-onerror": "^3.1.0",
"koa-router": "^7.2.1",
"koa-static": "^3.0.0",
"koa-views": "^6.0.2",
"moment": "^2.22.2",
"node-cache": "^4.2.0",
"nodemon": "^1.18.4",
"nunjucks": "~3.0.0",
"require-all": "^3.0.0"
},
"devDependencies": {
"babel-eslint": "7.1.1",
"eslint": "3.18.0",
"gulp": "^3.9.1",
"gulp-sass": "^4.0.1"
}
}