UNPKG

968 BJSONView Raw
1{
2 "name": "@haoc-labs/mygreat",
3 "version": "1.0.1",
4 "description": "Agnostic migration tool",
5 "main": "index.js",
6 "homepage": "https://github.com/haoc-labs/mygreat#readme",
7 "repository": "git@github.com:haoc-labs/mygreat.git",
8 "bugs": {
9 "url": "https://github.com/haoc-labs/mygreat/issues"
10 },
11 "contributors": [
12 "Rafael Willians <me@rwillians.com>"
13 ],
14 "license": "MIT",
15 "engines": [
16 "node >= 7.6.0"
17 ],
18 "scripts": {
19 "test": "mocha specs --check-leaks --full-trace --use_strict --recursive --require ./specs/spec-helper.js"
20 },
21 "bin": {
22 "mygreat": "./bin/mygreat"
23 },
24 "dependencies": {
25 "commander": "^2.11.0",
26 "glob": "^7.1.2",
27 "lodash.sortby": "^4.7.0",
28 "shasum": "^1.0.2",
29 "uuid": "^3.1.0"
30 },
31 "devDependencies": {
32 "chai": "^4.1.2",
33 "chai-as-promised": "^7.1.1",
34 "chai-shallow-deep-equal": "^1.4.6",
35 "mocha": "^3.5.3",
36 "sinon": "^3.3.0",
37 "sinon-chai": "^2.13.0"
38 }
39}