-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 913 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
{
"name": "thinknode",
"version": "1.1.9",
"description": "ThinkNode是ThinkJs的fork,在ThkinkJs 1.x的基础上,实现了独立分组和动态加载, 是一款基于Promise的Node.js MVC框架",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"ejs": "^2.3.2",
"es6-promise": "^2.3.0",
"htmlspecialchars": "^1.0.5",
"mime": "^1.3.4",
"multiparty": "^4.1.2",
"mysql": "^2.7.0",
"phpjs": "^1.3.2",
"redis": "^0.12.1",
"websocket-driver": "^0.5.4"
},
"devDependencies": {
"should": "4.0.4",
"jshint": "2.5.1",
"mocha": "1.20.1",
"muk": "0.3.1",
"istanbul": "*"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/richenlin/thinknode.git"
},
"engines": {
"node": ">=0.10.0"
},
"author": "richen <[email protected]>",
"license": "MIT"
}