UNPKG

1.22 kBJSONView Raw
1{
2 "name": "grc",
3 "version": "2.5.0",
4 "description": "grc js version",
5 "homepage": "https://bitbucket.org/moiinc/grc-js#readme",
6 "bin": "./bin/grc.js",
7 "babel": {
8 "comments": false,
9 "compact": true,
10 "plugins": [
11 "syntax-async-functions",
12 "transform-regenerator"
13 ],
14 "presets": [
15 "es2015"
16 ]
17 },
18 "scripts": {
19 "build": "babel src -d bin",
20 "postbuild": "./scripts/post-build.js",
21 "pretest": "npm run build",
22 "clean": "rimraf bin",
23 "start": "./bin/grc.js"
24 },
25 "repository": {
26 "type": "git",
27 "url": "https://bitbucket.org/moiinc/grc-js.git"
28 },
29 "keywords": [
30 "git"
31 ],
32 "author": "brwnrclse (Barry Harris)",
33 "email": "brwnrclse@gmail.com",
34 "url": "https://brwnrclse.xyz",
35 "license": "ISC",
36 "dependencies": {
37 "babel-polyfill": "^6.6.1",
38 "colors": "^1.1.2",
39 "minimist": "^1.2.0",
40 "prompt": "^1.0.0",
41 "shelljs": "^0.5.3"
42 },
43 "devDependencies": {
44 "babel-cli": "^6.5.1",
45 "babel-eslint": "^5.0.0",
46 "babel-plugin-syntax-async-functions": "^6.5.0",
47 "babel-plugin-transform-regenerator": "^6.5.2",
48 "babel-preset-es2015": "^6.5.0",
49 "eslint": "^2.2.0",
50 "rimraf": "^2.5.2"
51 }
52}