-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
35 lines (35 loc) · 1008 Bytes
/
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
{
"name": "demos",
"version": "2.0.0",
"description": "Code Editor in the Browser",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "browserify public/src/edit/html/index.js -o public/dist/bundle.html.js && browserify public/src/edit/js/index.js -o public/dist/bundle.js.js && browserify public/src/helper/common.js -o public/dist/bundle.common.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/berwin/demos.git"
},
"keywords": [
"demos"
],
"author": "Berwin",
"license": "MIT",
"bugs": {
"url": "https://github.com/berwin/demos/issues"
},
"homepage": "https://github.com/berwin/demos#readme",
"dependencies": {
"koa": "^1.2.0",
"koa-bodyparser": "^2.1.0",
"koa-ejs": "^3.0.0",
"koa-logger": "^1.3.0",
"koa-router": "^5.4.0",
"koa-static": "^2.0.0",
"mongodb": "^2.1.21",
"mongoskin": "^2.1.0",
"nodemailer": "^2.4.2",
"request": "^2.72.0"
}
}