1234567891011121314 |
- {
- "name": "teamdf/jquery-number",
- "main": "jquery.number.min.js",
- "description": "This is a jQuery plugin which allows developers to easily format numbers for display use. Allows users to replace numbers inline in a document, or return a formatted number for other uses.",
- "license": "MIT",
- "ignore": [
- "examples",
- "**/*.txt",
- "**/*.markdown"
- ],
- "dependencies": {
- "jquery": ">1.7.0"
- }
- }
|