@zkochan/pnpm
Version:
A fast implementation of npm install
18 lines (17 loc) • 329 B
JSON
{
"name": "dom101",
"description": "DOM manipulation functions.",
"authors": [
"Rico Sta. Cruz <rico@ricostacruz.com>"
],
"homepage": "https://github.com/rstacruz/dom101",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"license": "MIT",
"main": "index.js"
}