Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Commit

Permalink
check json files for correctness
Browse files Browse the repository at this point in the history
fixes #47
  • Loading branch information
Visnu Pitiyanuvath committed Mar 13, 2015
1 parent df92a36 commit ea00733
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
node_modules
19 changes: 19 additions & 0 deletions package.json
@@ -0,0 +1,19 @@
{
"name": "Minimal-Status-Bar.safariextension",
"version": "1.14.0",
"description": "a minimal (Google Chrome-like) status bar for Safari",
"main": "inject.js",
"scripts": {
"test": "node locale/*.json"
},
"repository": {
"type": "git",
"url": "https://github.com/visnup/Minimal-Status-Bar.git"
},
"author": "Visnu Pitiyanuvath",
"license": "ISC",
"bugs": {
"url": "https://github.com/visnup/Minimal-Status-Bar/issues"
},
"homepage": "https://github.com/visnup/Minimal-Status-Bar"
}

0 comments on commit ea00733

Please sign in to comment.