denodify
Version:
Use nodejs modules in the browser. Used with bb-server and html-builder
50 lines • 1.18 kB
JSON
{
"name": "denodify",
"description": "Use nodejs modules in the browser. Used with bb-server and html-builder",
"homepage": "https://github.com/michieljoris/denodify",
"keywords": [
"denodify",
"dependency",
"detective",
"require",
"module",
"resolver"
],
"repository": {
"type": "git",
"url": "https://github.com/michieljoris/denodify.git"
},
"author": {
"name": "Michiel van Oosten",
"email": "mail@axion5.net",
"url": "http://www.axion5.net/"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/michieljoris/denodify/blob/master/LICENSE.txt"
}
],
"main": "src/denodify",
"engines": {
"node": ">= 0.6.x"
},
"dependencies": {
"dougs_vow": "*",
"fs-extra": "0.8.x",
"required": "1.0.x",
"deputy": "0.0.x",
"detective": "3.1.x",
"colors": "*"
},
"devDependencies": {
"bb-server": "git://github.com/michieljoris/bb-server.git",
"html-builder": "git://github.com/michieljoris/html-builder.git",
"docco": "*"
},
"private": false,
"scripts": {
"docs": "node node_modules/.bin/docco src/denodify.js"
},
"version": "0.1.18"
}