-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
39 lines (39 loc) · 919 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": "tianma",
"description": "The chainable web framework",
"version": "1.0.0",
"author": "Nanqiao Deng <[email protected]>",
"keywords": [
"framework",
"tianma"
],
"repository": {
"type": "git",
"url": "git://github.com/tianmajs/tianma.git"
},
"license": "MIT",
"dependencies": {
"accepts": "1.0.7",
"bl": "0.9.4",
"cookie": "0.1.2",
"milu": "~1.1.0",
"mime-types": "1.0.2",
"mini-util": "~1.1.0",
"type-is": "1.3.2"
},
"devDependencies": {
"supertest": "^0.15.0",
"mocha": "^2.2.1",
"should": "^3.3.2",
"rewire": "^2.3.0",
"tianma-mount": "~1.1.0",
"tianma-static": "1.0.0-b2"
},
"engines": {
"node": ">=0.10.0"
},
"main": "lib/application.js",
"scripts": {
"test": "mocha --harmony"
}
}