mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 23:00:17 +00:00
cleanup
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "pad-component",
|
||||
"version": "0.0.1",
|
||||
"description": "Pad strings to a given length",
|
||||
"keywords": ["string", "pad"],
|
||||
"author": "TJ Holowaychuk <tj@vision-media.ca>",
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"mocha": "*",
|
||||
"should": "*"
|
||||
},
|
||||
"component": {
|
||||
"scripts": {
|
||||
"pad/index.js": "index.js"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user