UNPKG

596 BJSONView Raw
1{
2 "name": "grc",
3 "version": "2.1.1",
4 "description": "grc-js",
5 "homepage": "https://bitbucket.org/moiinc/grc-js#readme",
6 "main": "grc-js.js",
7 "bin": "./grc-js.js",
8 "scripts": {
9 "start": "./grc-js.js",
10 "test": "echo \"AIN'T NO TESTS FOOL\""
11 },
12 "repository": {
13 "type": "git",
14 "url": "https://bitbucket.org/moiinc/grc-js.git"
15 },
16 "keywords": [
17 "git"
18 ],
19 "author": "brwnrclse (Barry Harris)",
20 "email": "brwnrclse@gmail.com",
21 "url": "https://brwnrclse.xyz",
22 "license": "ISC",
23 "dependencies": {
24 "minimist": "^1.2.0",
25 "shelljs": "^0.5.3"
26 }
27}