-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.63 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
{
"name": "drip",
"version": "0.0.1",
"description": "a blog system",
"main": "webpack.config.js",
"scripts": {
"start": "NODE_ENV=prod node build/index.js",
"dev": "DRIP_ENV=dev node build/index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"eslint": "./node_modules/.bin/eslint app;exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ssehacker/drip.git"
},
"keywords": [
"drip"
],
"author": "ssehacker@163.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/ssehacker/drip/issues"
},
"homepage": "https://github.com/ssehacker/drip#readme",
"dependencies": {
"busboy": "^0.2.13",
"file-type": "^3.8.0",
"highlight.js": "^9.5.0",
"jade": "^1.11.0",
"koa": "^2.0.0",
"koa-async-body": "^1.0.4",
"koa-body": "^1.4.0",
"koa-convert": "^1.2.0",
"koa-router": "^7.0.1",
"koa-session": "^3.3.1",
"koa-static": "^2.0.0",
"koa-views": "^5.0.1",
"log4js": "^0.6.36",
"lwip": "0.0.9",
"markdown-it": "^7.0.0",
"mongoose": "^4.5.3",
"node-uuid": "^1.4.7",
"source-map-support": "^0.4.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"babel-core": "^6.8.0",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"eslint": "^3.11.0",
"eslint-config-airbnb-base": "^10.0.1",
"eslint-plugin-import": "^2.2.0",
"extract-text-webpack-plugin": "^1.0.1",
"json-loader": "^0.5.4",
"url-loader": "^0.5.7",
"webpack": "^1.13.0"
}
}