Update .bower.json, .travis.yml, and 44 more files...

This commit is contained in:
2020-12-23 10:11:32 +01:00
parent be83b43a59
commit 487a96bffd
46 changed files with 1552 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "Flot",
"version": "0.8.3",
"main": "jquery.flot.js",
"dependencies": {
"jquery": ">= 1.2.6"
},
"homepage": "https://github.com/flot/flot",
"_release": "0.8.3",
"_resolution": {
"type": "version",
"tag": "v0.8.3",
"commit": "453b017cc5acfd75e252b93e8635f57f4196d45d"
},
"_source": "https://github.com/flot/flot.git",
"_target": "^0.8.3",
"_originalSource": "flot"
}

View File

@@ -0,0 +1,3 @@
language: node_js
node_js:
- 0.8