Skip to content

Instantly share code, notes, and snippets.

@ahmedam55
Created July 1, 2017 11:16

Revisions

  1. ahmedam55 created this gist Jul 1, 2017.
    16 changes: 16 additions & 0 deletions package.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,16 @@
    {
    "name": "diff",
    "version": "1.0.0",
    "description": "",
    "main": "diff.js",
    "scripts": {
    "test": "node test"
    },
    "keywords": [],
    "author": "",
    "license": "ISC",
    "dependencies": {
    "image-diff": "^1.6.3",
    "phantomjs": "^2.1.7"
    }
    }