forked from willdurand/BazingaJsTranslationBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request willdurand#173 from Karify/feature/npm
Add npm configuration for publishing
- Loading branch information
Showing
2 changed files
with
51 additions
and
2 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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"name": "bazinga-translator", | ||
"version": "2.5.0", | ||
"description": "A pretty nice way to use your translation messages generated by the BazingaJsTranslationBundle in your JavaScript.", | ||
"keywords": [ "translation", "symfony" ], | ||
"license": "MIT", | ||
"author": { | ||
"name": "William Durand", | ||
"email": "[email protected]" | ||
}, | ||
"contributors": [ | ||
{ | ||
"name": "Bruno Sampaio", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"files": [ | ||
"js/translator.js", | ||
"public/js/translator.min.js" | ||
], | ||
"main": "js/translator.js" | ||
} |