forked from thinkjs/thinkjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.01 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
{
"name": "thinkjs",
"description": "A Node.js MVC Web Framework Based On Promise",
"version": "1.1.6",
"author": {
"name": "welefen",
"email": "[email protected]"
},
"scripts": {
"test": "make test"
},
"contributors": [
{
"name": "welefen",
"email": "[email protected]"
}
],
"dependencies": {
"ejs": "2.2.4",
"multiparty": "4.1.1",
"es6-promise": "2.0.1",
"mime": "1.2.11",
"mysql": "2.5.4",
"websocket-driver": "0.5.1",
"thinkjs-util": ">=1.0.0"
},
"devDependencies": {
"should": "4.0.4",
"jshint": "2.5.1",
"mocha": "1.20.1",
"muk": "0.3.1",
"istanbul": "*"
},
"keywords": [
"thinkjs",
"framework",
"web",
"rest",
"restful",
"router",
"app",
"api"
],
"repository": {
"type": "git",
"url": "https://github.com/welefen/thinkjs"
},
"engines": {
"node": ">=0.10.0"
},
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/welefen/thinkjs/issues"
}
}