baseunit
Version:
26 lines (25 loc) • 498 B
JSON
{
"name": "baseunit",
"version": "1.0.3",
"description": "Helpful unit",
"main": "index.js",
"scripts": {
"test": "beefy test/test.js:bundle.js --cwd test --open --index=test/test.html"
},
"keywords": [
"dom",
"interface"
],
"author": "Jon-Kyle Mohr",
"license": "ISC",
"dependencies": {
"xtend": "^4.0.0"
},
"devDependencies": {
"watchify": "^2.3.0"
},
"repository": {
"type": "git",
"url": "https://github.com/jondashkyle/baseUnit"
}
}