This repository has been archived by the owner on Feb 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
executable file
·64 lines (64 loc) · 1.71 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": "BMblog",
"description": "BMblog is a blog system Developed by Beethoven&Mozart team.",
"version": "0.0.1",
"homepage": "https://github.com/Beethoven-Mozart/BMblog",
"main": "app/server-bundle",
"license": "MIT",
"author": {
"name": "Beethoven&Mozart",
"email": "[email protected]",
"url": "https://github.com/Beethoven-Mozart/BMblog"
},
"repository": {
"type": "git",
"url": "[email protected]:Beethoven-Mozart/BMblog.git"
},
"scripts": {
"test": "make test",
"start": "./node_modules/.bin/nodemon"
},
"dependencies": {
"babel-core": "^6.7.6",
"babel-preset-stage-3": "^6.5.0",
"babel-runtime": "^6.6.1",
"bluebird": "^3.4.0",
"koa": "^2.0.0-alpha.7",
"koa-bodyparser": "^3.2.0",
"koa-compose": "^3.1.0",
"koa-convert": "^1.2.0",
"koa-favicon": "^2.0.0",
"koa-json": "^1.1.3",
"koa-logger": "^1.3.0",
"koa-multer": "^1.0.0",
"koa-nunjucks-2": "^3.0.0-alpha.4",
"koa-router": "^7.0.1",
"koa-session": "^3.3.1",
"koa-static2": "^0.1.8",
"marked": "^0.3.5",
"moment-timezone": "^0.5.5",
"nodemailer": "^2.6.4",
"promise": "^7.1.1",
"request": "^2.73.0",
"require-directory": "^2.1.1",
"underscore": "^1.8.3"
},
"devDependencies": {
"babel-cli": "^6.7.5",
"babel-plugin-transform-es2015-classes": "^6.8.0",
"babel-plugin-transform-runtime": "^6.7.5",
"babel-preset-es2015": "^6.6.0",
"babel-register": "^6.7.2",
"browser-sync": "^2.12.3",
"gulp": "^3.9.1",
"mocha": "^2.4.5",
"nodemon": "^1.9.2",
"should": "^8.3.2",
"supertest": "^1.2.0",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1"
},
"jshintConfig": {
"esversion": 6
}
}