envd
Version:
get env info from the user-agent.
43 lines • 843 B
JSON
{
"name": "envd",
"version": "0.1.2",
"description": "get env info from the user-agent.",
"contributors": [
{
"name": "mr.raindrop",
"email": "tekkahs@gmail.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/MrRaindrop/envd"
},
"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"
}