tech: remove bower and moved remaining bower dependencies to npm
Showing
.bowerrc
deleted
100644 → 0
bower.json
deleted
100644 → 0
... | ... | @@ -65,9 +65,12 @@ |
"@types/enzyme": "^2.8.8", | ||
"ace-builds": "^1.2.8", | ||
"angular": "^1.6.6", | ||
"angular-bindonce": "^0.3.1", | ||
"angular-mocks": "^1.6.6", | ||
"angular-native-dragdrop": "^1.2.2", | ||
"angular-route": "^1.6.6", | ||
"angular-sanitize": "^1.6.6", | ||
"clipboard": "^1.7.1", | ||
"eventemitter3": "^2.0.2", | ||
"gaze": "^1.1.2", | ||
"grunt-jscs": "3.0.1", | ||
... | ... |
This diff is collapsed.
Click to expand it.
{ | ||
"name": "angular-bindonce", | ||
"version": "0.3.3", | ||
"main": "bindonce.js", | ||
"description": "Zero watchers binding directives for AngularJS", | ||
"homepage": "https://github.com/Pasvaz/bindonce", | ||
"author": "Pasquale Vazzana <pasqualevazzana@gmail.com>", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Pasvaz/bindonce.git" | ||
}, | ||
"license": "MIT", | ||
"ignore": [ | ||
"**/.*", | ||
"node_modules", | ||
"components" | ||
], | ||
"dependencies": { | ||
}, | ||
"keywords": [ | ||
"angularjs", | ||
"angular", | ||
"directive", | ||
"binding", | ||
"watcher", | ||
"bindonce" | ||
] | ||
} |
This diff is collapsed.
Click to expand it.
{ | ||
"name": "angular-native-dragdrop", | ||
"version": "1.2.2", | ||
"description": "Angular HTML5 Drag and Drop directive written in pure with no dependency on JQuery.", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "gulp" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/angular-dragdrop/angular-dragdrop.git" | ||
}, | ||
"author": "ganarajpr", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/angular-dragdrop/angular-dragdrop/issues" | ||
}, | ||
"homepage": "http://angular-dragdrop.github.io/angular-dragdrop", | ||
"devDependencies": { | ||
"gulp": "^3.8.11", | ||
"gulp-jshint": "^1.9.2", | ||
"gulp-rename": "^1.2.2", | ||
"gulp-uglify": "^1.4.2", | ||
"jshint-stylish": "^1.0.1" | ||
} | ||
} |
public/vendor/clipboard/.bower.json
deleted
100644 → 0
public/vendor/clipboard/bower.json
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/vendor/clipboard/package.js
deleted
100644 → 0
public/vendor/clipboard/package.json
deleted
100644 → 0
{ | ||
"name": "clipboard", | ||
"version": "1.5.16", | ||
"description": "Modern copy to clipboard. No Flash. Just 2kb", | ||
"repository": "zenorocha/clipboard.js", | ||
"license": "MIT", | ||
"main": "lib/clipboard.js", | ||
"keywords": [ | ||
"clipboard", | ||
"copy", | ||
"cut" | ||
], | ||
"dependencies": { | ||
"good-listener": "^1.2.0", | ||
"select": "^1.0.6", | ||
"tiny-emitter": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "^6.5.1", | ||
"babel-core": "^6.5.2", | ||
"babel-plugin-transform-es2015-modules-umd": "^6.5.0", | ||
"babel-preset-es2015": "^6.5.0", | ||
"babelify": "^7.2.0", | ||
"bannerify": "Vekat/bannerify#feature-option", | ||
"browserify": "^13.0.0", | ||
"chai": "^3.4.1", | ||
"install": "^0.8.1", | ||
"karma": "^1.3.0", | ||
"karma-browserify": "^5.0.1", | ||
"karma-chai": "^0.1.0", | ||
"karma-mocha": "^1.2.0", | ||
"karma-phantomjs-launcher": "^1.0.0", | ||
"karma-sinon": "^1.0.4", | ||
"mocha": "^3.1.2", | ||
"phantomjs-prebuilt": "^2.1.4", | ||
"sinon": "^1.17.2", | ||
"uglify-js": "^2.4.24", | ||
"watchify": "^3.4.0" | ||
}, | ||
"scripts": { | ||
"build": "npm run build-debug && npm run build-min", | ||
"build-debug": "browserify src/clipboard.js -s Clipboard -t [babelify] -p [bannerify --file .banner ] -o dist/clipboard.js", | ||
"build-min": "uglifyjs dist/clipboard.js --comments '/!/' -m screw_ie8=true -c screw_ie8=true,unused=false -o dist/clipboard.min.js", | ||
"build-watch": "watchify src/clipboard.js -s Clipboard -t [babelify] -o dist/clipboard.js -v", | ||
"test": "karma start --single-run", | ||
"prepublish": "babel src --out-dir lib" | ||
} | ||
} |
public/vendor/clipboard/readme.md
deleted
100644 → 0
Please
register
or
sign in
to comment