muu

DEPRECATED lightweight JS framework
git clone https://git.ce9e.org/muu.git

commit
101ac6b397baa177ebdbac71ecbe7b2bd091cf23
parent
516e566244aceed8ece4115f0a15ec7da386678e
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2015-08-23 07:45
Fix bower.json: no hard dependencies

Diffstat

M bower.json 19 +++++++++++--------

1 files changed, 11 insertions, 8 deletions


diff --git a/bower.json b/bower.json

@@ -14,18 +14,21 @@
   14    14     "test"
   15    15   ],
   16    16   "dependencies": {
   17    -1     "es5-shim": "~4.1.10",
   18    -1     "ie8": "~0.2.7",
   19    -1     "moment": "~2.10.6",
   20    -1     "promise-xhr": "wildlyinaccurate/promise-xhr#~0.0.1",
   21    -1     "requirejs": "~2.1.20",
   22    -1     "dom4": "~1.4.8"
   23    17   },
   24    18   "devDependencies": {
   -1    19     "requirejs": "~2.1.20",
   -1    20 
   -1    21     "mocha": "~2.2.5",
   25    22     "blanket": "~1.1.7",
   26    23     "expect.js": "~0.3.1",
   27    -1     "mocha": "~2.2.5",
   28    24     "sinon-js": "~1.15.4",
   29    -1     "html5shiv": "~3.7.3"
   -1    25 
   -1    26     "ie8": "~0.2.7",
   -1    27     "dom4": "~1.4.8",
   -1    28     "es5-shim": "~4.1.10",
   -1    29     "html5shiv": "~3.7.3",
   -1    30 
   -1    31     "moment": "~2.10.6",
   -1    32     "promise-xhr": "wildlyinaccurate/promise-xhr#~0.0.1"
   30    33   }
   31    34 }