summaryrefslogtreecommitdiff
path: root/minionlivesmatter/templates/assets/tether/package.json
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-03-25 13:13:57 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2017-03-25 13:13:57 +0100
commitd25ff2bddd44b9dac1ceb248424109d1782dd211 (patch)
tree34fcfd824a1a72e7b4d431b688adcea532b62180 /minionlivesmatter/templates/assets/tether/package.json
parenta2cbdd1b88ac723e5e441c0a3c22636f0a8c4dfd (diff)
downloadmeta-d25ff2bddd44b9dac1ceb248424109d1782dd211.tar.gz
meta-d25ff2bddd44b9dac1ceb248424109d1782dd211.zip
add minionlivesmatter as submodule
Diffstat (limited to 'minionlivesmatter/templates/assets/tether/package.json')
-rw-r--r--minionlivesmatter/templates/assets/tether/package.json40
1 files changed, 0 insertions, 40 deletions
diff --git a/minionlivesmatter/templates/assets/tether/package.json b/minionlivesmatter/templates/assets/tether/package.json
deleted file mode 100644
index 15f28d5..0000000
--- a/minionlivesmatter/templates/assets/tether/package.json
+++ /dev/null
@@ -1,40 +0,0 @@
-{
- "name": "tether",
- "version": "1.4.0",
- "description": "A client-side library to make absolutely positioned elements attach to elements in the page efficiently.",
- "authors": [
- "Zack Bloom <zackbloom@gmail.com>",
- "Adam Schwartz <adam.flynn.schwartz@gmail.com>"
- ],
- "maintainers": [
- "Nicholas Hwang <nick.joosung.hwang@gmail.com>",
- "Trevor Burnham <trevorburnham@gmail.com>"
- ],
- "scripts": {
- "reinstall": "del node_modules && npm install",
- "watch": "gulp watch",
- "build": "gulp build"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/HubSpot/tether.git"
- },
- "license": "MIT",
- "main": "dist/js/tether.js",
- "devDependencies": {
- "del": "^2.0.2",
- "del-cli": "^0.2.0",
- "gulp": "^3.9.0",
- "gulp-autoprefixer": "^3.0.1",
- "gulp-babel": "^5.2.1",
- "gulp-bump": "^0.3.1",
- "gulp-concat": "^2.6.0",
- "gulp-header": "^1.7.1",
- "gulp-minify-css": "^1.2.1",
- "gulp-plumber": "^1.0.1",
- "gulp-rename": "^1.2.2",
- "gulp-sass": "^2.0.4",
- "gulp-uglify": "^1.4.1",
- "gulp-wrap-umd": "^0.2.1"
- }
-}