wishthis/node_modules/shellwords/package.json

23 lines
607 B
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"author": "Jimmy Cuadra <jimmy@jimmycuadra.com> (http://jimmycuadra.com/)",
"name": "shellwords",
2022-01-21 08:28:41 +00:00
"description": "Manipulate strings according to the word parsing rules of the UNIX Bourne shell.",
2022-04-08 10:55:35 +00:00
"version": "0.1.1",
2022-01-21 08:28:41 +00:00
"homepage": "https://github.com/jimmycuadra/shellwords",
"repository": {
"type": "git",
"url": "git://github.com/jimmycuadra/shellwords.git"
},
2022-04-08 10:55:35 +00:00
"main": "./lib/shellwords",
"files": ["lib"],
2022-01-21 08:28:41 +00:00
"scripts": {
"test": "cake spec"
},
2022-04-08 10:55:35 +00:00
"license": "MIT",
"dependencies": {},
"devDependencies": {
"jasmine-node": "~1.0.26",
"nodewatch": "~0.1.0"
}
2022-01-21 08:28:41 +00:00
}