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

Commit

Permalink
fixpackify :D your pkg.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
onel0p3z committed Oct 20, 2016
1 parent 9e42784 commit 89d6871
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
{
"name": "voltus",
"version": "1.0.0-alpha.7",
"description": "Validators",
"main": "index.js",
"scripts": {
"linter": "eslint .eslintrc.js",
"test": "istanbul cover node_modules/.bin/_mocha -- -G --reporter spec test/*.js"
},
"keywords": [
"node",
"validation",
"validators",
"validator",
"regex"
],
"repository": {
"type": "git",
"url": "git+https://github.com/italoacasas/voltus.git"
},
"version": "1.0.0-alpha.7",
"author": "Italo A. Casas <[email protected]> (http://italoacasas.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/italoacasas/voltus/issues"
},
"homepage": "https://github.com/italoacasas/voltus#readme",
"devDependencies": {
"@flexshopper/eslint-config-flexshopper": "^3.1.1",
"chai": "^3.5.0",
"eslint": "^2.9.0",
"istanbul": "^0.4.3",
"mocha": "^2.5.3"
},
"homepage": "https://github.com/italoacasas/voltus#readme",
"keywords": [
"node",
"regex",
"validation",
"validator",
"validators"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/italoacasas/voltus.git"
},
"scripts": {
"linter": "eslint .eslintrc.js",
"test": "istanbul cover node_modules/.bin/_mocha -- -G --reporter spec test/*.js"
}
}

0 comments on commit 89d6871

Please sign in to comment.