UNPKG

xmt-base

Version:

Backend Server Framework of XmT Inc.

54 lines (53 loc) 1.28 kB
{ "name": "xmt-base", "version": "1.1.2", "description": "Backend Server Framework of XmT Inc.", "keywords": [ "XmT Inc.", "Server", "Kerberos", "Framework" ], "main": "dest/index.js", "types": "dest/index.d.ts", "files": [ "dest" ], "homepage": "http://xiaomantou.net", "bugs": { "url": "https://github.com/raregrass/XmT-Base/issues", "email": "raregrass@gmail.com" }, "license": "Apache-2.0", "author": { "name": "raregrass", "email": "raregrass@gmail.com" }, "repository": { "type": "git", "url": "https://github.com/raregrass/XmT-WangJian-ServerFramework.git" }, "scripts": { "test": "mocha --reporter spec --ui bdd --bail --check-leaks --recursive ./dest/tests", "dev": "tsc --watch --project .", "build": "tsc --project .", "commit": "npm build && npm test && npm publish --registry https://registry.npmjs.org" }, "dependencies": { "etag": "^1.7.0", "fresh": "^0.3.0", "serve-static": "^1.11.1" }, "devDependencies": { "@types/chai": "^3.4.34", "@types/mocha": "^2.2.31", "@types/node": "^6.0.38", "chai": "^3.5.0", "mocha": "^3.0.0", "superagent": "^2.0.0", "typescript": "^2.0.6" }, "engines": { "node": ">= 6" } }