forked from sakitam-fdd/nodejsExamples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.59 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "nodejs-examples",
"description": "Examples using nodejs",
"version": "0.0.1",
"author": "FDD <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/sakitam-fdd/nodejsExamples.git"
},
"scripts": {
"test": "make test"
},
"dependencies": {
"axios": "^0.17.0",
"babel-core": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"busboy": "^0.2.14",
"co-busboy": "^1.4.0",
"cross-env": "^5.1.1",
"ejs": "^2.5.6",
"fs": "0.0.1-security",
"fs-promise": "^2.0.3",
"http": "^0.0.0",
"koa": "^2.2.0",
"koa-basic-auth": "^2.0.0",
"koa-body": "^2.0.1",
"koa-bodyparser": "^4.2.0",
"koa-compose": "^4.0.0",
"koa-compress": "^2.0.0",
"koa-convert": "^1.2.0",
"koa-cors": "^0.0.16",
"koa-csrf": "^3.0.6",
"koa-logger": "^3.1.0",
"koa-onerror": "^3.1.0",
"koa-router": "^7.2.0",
"koa-session": "^5.0.0",
"koa-static": "^3.0.0",
"koa-views": "^6.0.2",
"multer": "^1.3.0",
"nodemon": "^1.12.1",
"path": "^0.12.7",
"pg": "^7.3.0",
"streaming-json-stringify": "^3.1.0",
"supertest": "^3.0.0",
"swig": "^1.4.2"
},
"devDependencies": {
"babel-eslint": "^8.0.1",
"eslint": "^3.8.1",
"eslint-config-standard": "^6.2.0",
"eslint-plugin-promise": "^3.3.0",
"eslint-plugin-standard": "^2.0.1",
"mocha": "*",
"should": "^3.3.2",
"supertest": "*"
},
"engines": {
"node": ">= 7.6"
},
"license": "MIT"
}