-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.3 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
{
"name": "tofu",
"version": "0.0.3",
"description": "An opinionated MVC framework focusing on automating regular requirements, such as scaffolding,REST API,User system etc. Tofu includes such features as a distributed event system, cron based timers, automatic express linking, a CLI tool to generate new components and controllers, and much more",
"main": "index.js",
"directories": {
"lib": "lib"
},
"bin": {
"tofu": "index.js"
},
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/SirProdigle/Tofu.git"
},
"keywords": [
"MVC",
"framework",
"opinionated",
"scaffolding"
],
"author": {
"name": "Prodigle(Liam)",
"email": "liam@prodigle.dev",
"url": "https://prodigle.dev"
},
"funding": {
"type": "kofi",
"url": "https://ko-fi.com/prodigle"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/SirProdigle/Tofu/issues"
},
"homepage": "https://github.com/SirProdigle/Tofu#readme",
"dependencies": {
"app-root-path": "^3.0.0",
"caporal": "^0.10.0",
"colors": "^1.4.0",
"copy-dir": "^1.3.0",
"node-cmd": "^5.0.0",
"npm-programmatic": "0.0.12",
"prompt": "^1.1.0",
"replace-in-file": "^6.1.0",
"rimraf": "latest",
"shelljs": "^0.8.4",
"winston": "^3.3.3"
}
}