aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/systemjs/bower.json
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/systemjs/bower.json')
-rw-r--r--thirdparty/systemjs/bower.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/thirdparty/systemjs/bower.json b/thirdparty/systemjs/bower.json
new file mode 100644
index 000000000..fa64a2d81
--- /dev/null
+++ b/thirdparty/systemjs/bower.json
@@ -0,0 +1,17 @@
+{
+ "name": "system.js",
+ "main": "./dist/system.js",
+ "ignore": [
+ ".agignore",
+ ".gitignore",
+ ".travis.yml",
+ "index.js",
+ "lib/",
+ "package.json",
+ "Makefile",
+ "test"
+ ],
+ "devDependencies": {
+ "qunit": "~1.12.0"
+ }
+}