UNPKG

envd

Version:

get env info from the user-agent.

43 lines 800 B
{ "name": "envd", "version": "0.1.0", "description": "移动端环境检查库", "contributors": [ { "name": "mr.raindrop", "email": "tekkahs@gmail.com" } ], "repository": { "type": "git", "url": "" }, "licenses": [ { "type": "MIT", "url": "" } ], "engines": { "node": ">= 0.8.0" }, "devDependencies": { "grunt": "~0.4.5", "grunt-commonizor": "^0.1.1", "grunt-contrib-clean": "~0.5.0", "grunt-contrib-copy": "~0.4.1", "grunt-contrib-uglify": "~0.2.0", "grunt-contrib-watch": "~0.4.0", "grunt-depconcat": "^0.2.1" }, "dependencies": {}, "combo": {}, "keywords": [ "lib", "env" ], "scripts": { "test": "casperjs test test/env-test.js" }, "main": "build/envd.common.js" }