Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Stratton <matt.stratton@gmail.com>2019-11-17 02:10:55 +0300
committerGitHub <noreply@github.com>2019-11-17 02:10:55 +0300
commit1aaf8d041b9709e54c8af57a6cb2d8989f26930c (patch)
tree7721e1536f6841de5673899aa1032d844b4c5171
parentd25bcca13d97fa2af8241739d5d43b143f105839 (diff)
Delete bower.json
-rw-r--r--bower.json47
1 files changed, 0 insertions, 47 deletions
diff --git a/bower.json b/bower.json
deleted file mode 100644
index 7a2079f..0000000
--- a/bower.json
+++ /dev/null
@@ -1,47 +0,0 @@
-{
- "name": "my-new-project",
- "authors": [
- "John Doe <john@doe.com> (http://johndoe.com)"
- ],
- "description": "CodeKit automatically generated this file. You should customize it according to: https://github.com/bower/spec/blob/master/json.md",
- "main": [
- "index.html",
- "main.js"
- ],
- "moduleType": [
- "amd",
- "es6",
- "globals",
- "node",
- "yui"
- ],
- "keywords": [
- "none"
- ],
- "license": "MIT",
- "homepage": "https://google.com",
- "repository": {
- "type": "git",
- "url": "git://github.com/foo/bar.git"
- },
- "ignore": [
- "**/.*",
- "node_modules",
- "bower_components",
- "test",
- "tests"
- ],
- "private": true,
- "dependencies": {
- "bootstrap": "^4.0.0",
- "jssocials": "^1.5.0",
- "audiojs": "^1.0.1",
- "jquery": "^3.3.1",
- "tether": "^1.4.3",
- "fontawesome": "^5.0.6"
- },
- "resolutions": {
- "bootstrap": "4.0.0-alpha.6",
- "fontawesome": "^5.0.6"
- }
-}