Skip to content

Instantly share code, notes, and snippets.

@kriskowal
Forked from aaronj1335/README.md
Created August 23, 2012 02:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kriskowal/3431521 to your computer and use it in GitHub Desktop.
Save kriskowal/3431521 to your computer and use it in GitHub Desktop.
bootstrapping mr
<!doctype html>
<html>
<head>
<script src="node_modules/mr/bootstrap.js" data-module=index></script>
</head>
</html>
var _ = require('underscore');
var d = document.createElement('div');
d.innerHTML = 'module ' + module.location + ' loaded';
d.innerHTML += '<br />underscore ' + _.VERSION + ' loaded';
document.body.appendChild(d);
{
"name": "Ω",
"version": "0.0.0",
"description": "ERROR: No README.md file found!",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "",
"author": "",
"license": "BSD",
"dependencies": {
"mr": ">=0.0.2",
"underscore": ">=1.3.3"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment