1234567891011121314151617181920212223242526272829303132333435 |
- {
- "name": "jquery.sparkline.build",
- "version": "2.1.3",
- "homepage": "https://github.com/wangshijun/jquery.sparkline",
- "authors": [
- "wangshijun2010 <wangshijun2010@gmail.com>"
- ],
- "description": "jquery sparkline with built dist files",
- "main": "dist/jquery.sparkline.js",
- "moduleType": [
- "globals"
- ],
- "keywords": [
- "jquery",
- "sparkline",
- "chart"
- ],
- "license": "MIT",
- "ignore": [
- "**/.*",
- "node_modules",
- "bower_components",
- "test",
- "tests"
- ],
- "_release": "2.1.3",
- "_resolution": {
- "type": "version",
- "tag": "2.1.3",
- "commit": "ab9145cdce114cd1b45c6bd9a26378bf5f6b5dd6"
- },
- "_source": "git://github.com/wangshijun/jquery.sparkline.git",
- "_target": "~2.1.3",
- "_originalSource": "jquery.sparkline.build"
- }
|