mam-project-templates
Version:
my personal templating projects
17 lines (16 loc) • 400 B
JSON
{
"name": "shim-underscore",
"version": "0.0.0",
"description": "Example of using browserify-shim to shim underscore for use with browserify",
"main": "build.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "",
"author": "Thorsten Lorenz",
"license": "BSD",
"dependencies": {
"request": "~2.12.0",
"browserify": "~2.25.1"
}
}