UNPKG

tianma

Version:
40 lines (39 loc) 919 B
{ "name": "tianma", "description": "The chainable web framework", "version": "1.0.0", "author": "Nanqiao Deng <nqdeng@gmail.com>", "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" } }