Skip to content

Commit

Permalink
Add fathom
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredlockhart committed Jun 21, 2016
1 parent 74d2d40 commit 886c78f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A Javascript library for parsing metadata in a Web Page.",
"main": "parser.js",
"scripts": {
"test": "npm test"
"test:lint": "./node_modules/eslint/bin/eslint.js ."
},
"repository": {
"type": "git",
Expand All @@ -22,13 +22,11 @@
},
"homepage": "https://github.com/mozilla/page-metadata-parser#readme",
"dependencies": {
"fathom-web": "^1.0.0",
"wu": "^2.1.0"
},
"devDependencies": {
"eslint": "^2.13.1",
"eslint-plugin-mozilla": "0.0.3"
},
"scripts": {
"test:lint": "./node_modules/eslint/bin/eslint.js ."
}
}

0 comments on commit 886c78f

Please sign in to comment.