-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.08 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.08 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
{
"name": "eclair",
"version": "0.0.1",
"description": "web server starter",
"main": "index.js",
"scripts": {
"start": "node --harmony babel.index",
"test": "mocha --require babel-polyfill --compilers js:babel-core/register"
},
"repository": {
"type": "git",
"url": "https://github.com/CurrantXX/eclair"
},
"author": "CurrantXX (CurrantXX@gmail.com)",
"license": "MIT",
"dependencies": {
"babel-core": "^6.18.2",
"babel-eslint": "^6.1.2",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-0": "^6.16.0",
"babel-register": "^6.18.0",
"bcrypt": "^0.8.7",
"bluebird": "^3.4.6",
"chai": "^3.5.0",
"chai-http": "^3.0.0",
"concurrency-logger": "^2.0.1",
"eslint": "^3.10.2",
"koa": "^2.0.0",
"koa-bodyparser": "^3.2.0",
"koa-compose": "^2.5.1",
"koa-convert": "^1.2.0",
"koa-router": "^7.0.1",
"mocha": "^3.1.2",
"mongoose": "^4.6.8",
"mysql": "^2.12.0",
"redis": "^2.6.3",
"sequelize": "^3.27.0",
"validator": "^6.1.0",
"winston": "^2.3.0"
}
}