UNPKG

echidna-manifester

Version:

Load a file you give to it (local or URL) and list all linked resources

37 lines (36 loc) 798 B
{ "name": "echidna-manifester", "version": "0.1.0", "license": "MIT", "description": "Load a file you give to it (local or URL) and list all linked resources", "author": "W3C", "contributors": [ { "name": "Robin Berjon", "email": "robin@w3.org" }, { "name": "Antonio Olmo Titos", "email": "antonio@w3.org" } ], "keywords": [ "w3c", "publication", "echidna", "manifest" ], "repository": "git@github.com:darobin/echidna-manifester.git", "bugs": { "url": "https://github.com/darobin/echidna-manifester/issues" }, "dependencies": { "nightmare": "^1.8.2", "nopt": "^3.0.1", "phantomjs": "^1.9.16" }, "main": "./echidna-manifester", "bin": { "echidna-manifester": "./echidna-manifester.js" } }