tau-tooltip
Version:
Pure JavaScript tooltip library
47 lines (46 loc) • 1.28 kB
JSON
{
"name": "tau-tooltip",
"version": "1.1.3",
"description": "Pure JavaScript tooltip library",
"main": "tooltip.js",
"scripts": {
"test": "karma start config/karma.conf.ci.js",
"localTest": "karma start config/karma.dev.conf.js",
"build": "webpack --config=config/webpack.conf.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TargetProcess/tau-tooltip.git"
},
"keywords": [
"tooltip",
"balloon"
],
"author": "taucraft",
"license": "ISC",
"bugs": {
"url": "https://github.com/TargetProcess/tau-tooltip/issues"
},
"homepage": "https://github.com/TargetProcess/tau-tooltip#readme",
"devDependencies": {
"babel": "^5.8.23",
"babel-core": "^5.8.23",
"babel-loader": "^5.3.2",
"chai": "^3.2.0",
"istanbul": "^0.3.19",
"istanbul-instrumenter-loader": "^0.1.3",
"karma": "^0.13.9",
"karma-chrome-launcher": "^0.2.0",
"karma-cli": "^0.1.0",
"karma-coverage": "^0.5.1",
"karma-coveralls": "^1.1.2",
"karma-firefox-launcher": "^0.1.6",
"karma-mocha": "^0.2.0",
"karma-mocha-reporter": "2.2.5",
"karma-sourcemap-loader": "^0.3.5",
"karma-webpack": "^1.7.0",
"mocha": "^2.2.5",
"phantomjs": "^1.9.18",
"webpack": "^1.12.1"
}
}