mirror of
https://github.com/actualbudget/actual.git
synced 2026-05-07 12:28:57 -05:00
19 lines
355 B
JSON
19 lines
355 B
JSON
{
|
|
"name": "trim",
|
|
"version": "0.0.1",
|
|
"description": "Trim string whitespace",
|
|
"keywords": ["string", "trim"],
|
|
"author": "TJ Holowaychuk <tj@vision-media.ca>",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"mocha": "*",
|
|
"should": "*"
|
|
},
|
|
"main": "index",
|
|
"component": {
|
|
"scripts": {
|
|
"trim/index.js": "index.js"
|
|
}
|
|
}
|
|
}
|