-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add author into bower.json Add homepage into bower.json Add description and keyword into bower.json Change readme with devDependancies.
- Loading branch information
Showing
2 changed files
with
41 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,28 @@ | ||
{ | ||
"name": "validUpload", | ||
"version": "0.1.4", | ||
"main": "./js/validUpload.js", | ||
"ignore": [ | ||
"**/.*" | ||
], | ||
"dependencies": { | ||
"jquery": "~1.10.2", | ||
"validationEngine": "~2.6.4", | ||
"plupload": "~2.0.0", | ||
"bootstrap": "~3.0.0", | ||
"SyntaxHighlighter": "~3.0.83" | ||
} | ||
"name": "validUpload", | ||
"version": "0.1.5", | ||
"main": "./js/validUpload.js", | ||
"homepage": "https://github.com/mfrancois/validUpload", | ||
"ignore": [ | ||
"**/.*" | ||
], | ||
"description": "validUpload est basé sur plupload et validationEngine et twitter bootsrap. Ce dernier est fait pour faciliter l'utilisation et la réutilisation des deux javascript.", | ||
"keywords": [ | ||
"validation", | ||
"plupload", | ||
"validationengine", | ||
"upload" | ||
], | ||
"authors": [ | ||
"Maxime François <mfrancois>" | ||
], | ||
"dependencies": { | ||
"jquery": "~1.10.2", | ||
"validationEngine": "~2.6.4", | ||
"plupload": "~2.0.0" | ||
}, | ||
"devDependencies": { | ||
"bootstrap": "~3.0.0", | ||
"SyntaxHighlighter": "~3.0.83" | ||
} | ||
} |