-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.34 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.34 KB
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
{
"name": "life-api",
"description": "apify your life",
"author": "jane <@janecakemaster>",
"engines": {
"node": "6",
"npm": ">=3"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/janecakemaster/life-api.git"
},
"scripts": {
"test": "tape test/*.js",
"start": "node app.js",
"watch": "NODE_ENV=demo nodemon app.js -w app -w app.js",
"build": "gulp build"
},
"dependencies": {
"config": "^1.20.3",
"glue": "^3.2.1",
"hapi": "^13.4.1",
"inert": "^4.0.0",
"joi": "^8.4.0",
"lout": "^9.0.0",
"mailgun-js": "^0.7.11",
"moment": "^2.13.0",
"pouchdb": "^5.3.2",
"pouchdb-collate": "^1.2.0",
"vision": "^4.1.0",
"winston": "^2.2.0"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.8.0",
"babel-eslint": "^6.0.4",
"babel-preset-es2015": "^6.6.0",
"del": "^2.2.0",
"eslint-config-standard": "^5.3.1",
"eslint-plugin-promise": "^1.1.0",
"eslint-plugin-standard": "^1.3.2",
"gulp": "gulpjs/gulp#4.0",
"gulp-babel": "^6.1.2",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^2.0.0",
"gulp-livereload": "^3.8.1",
"gulp-sass": "^2.3.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"nodemon": "^1.9.2",
"tape": "^4.5.1"
}
}