UNPKG

540 BJSONView Raw
1{
2 "name": "jsdiff-console",
3 "version": "1.0.1",
4 "author": "Kevin Goslar",
5 "dependencies": {
6 "chalk": "^1.1.1",
7 "diff": "^2.2.1"
8 },
9 "description": "Compares JS hashes using JsDiff and outputs the result on the console",
10 "homepage": "https://github.com/kevgo/jsdiff-console#readme",
11 "license": "ISC",
12 "main": "lib/jsdiff-console.js",
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/kevgo/jsdiff-console.git"
16 },
17 "scripts": {
18 "test": "echo \"Error: no test specified\" && exit 1"
19 }
20}