package.json
 1  {
 2    "author": "Jimmy Cuadra <jimmy@jimmycuadra.com> (http://jimmycuadra.com/)",
 3    "name": "shellwords",
 4    "description": "Manipulate strings according to the word parsing rules of the UNIX Bourne shell.",
 5    "version": "0.1.1",
 6    "homepage": "https://github.com/jimmycuadra/shellwords",
 7    "repository": {
 8      "type": "git",
 9      "url": "git://github.com/jimmycuadra/shellwords.git"
10    },
11    "main": "./lib/shellwords",
12    "files": ["lib"],
13    "scripts": {
14      "test": "cake spec"
15    },
16    "license": "MIT",
17    "dependencies": {},
18    "devDependencies": {
19      "jasmine-node": "~1.0.26",
20      "nodewatch": "~0.1.0"
21    }
22  }