|
{
|
|
"name": "chartist-plugin-tooltip",
|
|
"main": [
|
|
"./dist/chartist-plugin-tooltip.min.js",
|
|
"./dist/chartist-plugin-tooltip.css"
|
|
],
|
|
"dependencies": {
|
|
"chartist": "~0.9.4"
|
|
},
|
|
"ignore": [
|
|
".*",
|
|
"Gruntfile.js",
|
|
"package.json",
|
|
"node_modules",
|
|
"src",
|
|
"test"
|
|
]
|
|
}
|