UNPKG

mtk-pm

Version:

mtk-npm: npm client for mediatek

60 lines (59 loc) 1.4 kB
{ "name": "mtk-pm", "version": "1.2.3", "description": "mtk-npm: npm client for mediatek", "main": "bin/mpm", "scripts": { "test": "mocha test/*.test.js --timeout 10000" }, "preferGlobal": true, "bin": { "mpm": "./bin/mpm", "mpm-check": "./bin/mpm-check", "mpm-sync": "./bin/mpm-sync", "mpm-web": "./bin/mpm-web", "mpm-user": "./bin/mpm-user", "mpm-doc": "./bin/mpm-doc", "mpm-search": "./bin/mpm-search" }, "dependencies": { "auto-correct": "~1.0.0", "bagpipe": "~0.3.5", "colors": "~1.0.2", "commander": "~2.3.0", "cross-spawn": "~0.2.3", "debug": "~2.0.0", "giturl": "~0.0.3", "npm": "~2.1.2", "npm-request": "~0.0.4", "open": "~0.0.5", "urllib": "~1.5.2" }, "devDependencies": { "autod": "1", "fs-extra": "~0.12.0", "jshint": "~2.5.6", "mocha": "~1.21.4", "should": "~4.0.4" }, "repository": { "type": "git", "url": "git@github.com:Mediatek-Cloud/mpm.git", "web": "https://github.com/Mediatek-Cloud/mpm.git" }, "bugs": { "url": "https://github.com/Mediatek-Cloud/mpm/issues", "email": "YuTin <yutin.liu@mediatek.com>" }, "keywords": [ "mpm" ], "engines": { "node": ">= 0.10.0" }, "author": "fengmk2 <fengmk2@gmail.com> (http://fengmk2.github.com)", "contributors": [ "YuTin <yutin.liu@mediatek.com>" ], "license": "MIT" }