-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
43 lines (43 loc) · 1019 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
36
37
38
39
40
41
42
43
{
"name": "openroot",
"version": "0.1.1-alpha",
"private": true,
"scripts": {
"start": "node ./bin/www",
"debug": "node ./bin/www --debug",
"test": "node ./bin/test --debug"
},
"dependencies": {
"atob": "^2.0.3",
"body-parser": "~1.13.2",
"btoa": "^1.1.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"exec-php": "0.0.3",
"express": "~4.13.1",
"forwarded-for": "^1.0.1",
"jsonfile": "^2.3.0",
"morgan": "~1.6.1",
"mysql": "^2.10.2",
"pug": "^2.0.0-alpha6",
"serve-favicon": "~2.3.0"
},
"description": "openroot is opensource implement of the seed engine.",
"main": "app.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/YJSoft/openRoot.git"
},
"keywords": [
"openroot",
"namu",
"theseed"
],
"author": "Jeon-Sung",
"license": "MIT",
"bugs": {
"url": "https://github.com/YJSoft/openRoot/issues"
},
"homepage": "https://github.com/YJSoft/openRoot#readme"
}