UNPKG

736 BJSONView Raw
1{
2 "name": "jsdiff-console",
3 "version": "2.0.0",
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 "devDependencies": {
11 "chai": "3.5.0",
12 "livescript": "1.5.0",
13 "mocha": "2.5.3",
14 "o-tools": "0.3.2",
15 "o-tools-livescript": "1.0.3"
16 },
17 "files": [
18 "dist"
19 ],
20 "homepage": "https://github.com/kevgo/jsdiff-console#readme",
21 "license": "ISC",
22 "main": "dist/jsdiff-console.js",
23 "repository": {
24 "type": "git",
25 "url": "git+https://github.com/kevgo/jsdiff-console.git"
26 },
27 "scripts": {
28 "prepublish": "node_modules/.bin/build",
29 "test": "bin/spec"
30 }
31}