[Pkg-javascript-commits] [dojo] 121/149: fixes #18121, bower.json

David Prévot taffit at moszumanska.debian.org
Sat Feb 27 03:13:54 UTC 2016


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository dojo.

commit 0fcc8283beb391206f7c8d50b0b384c412684119
Author: Dylan Schiemann <dylan at dojotoolkit.org>
Date:   Wed Dec 30 15:18:18 2015 -0700

    fixes #18121, bower.json
---
 bower.json | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/bower.json b/bower.json
new file mode 100644
index 0000000..7ebc5eb
--- /dev/null
+++ b/bower.json
@@ -0,0 +1,29 @@
+{
+	"name": "dojo",
+	"main": "main.js",
+	"moduleType": [ "amd" ],
+	"licenses": [ "BSD-3-Clause", "AFL-2.1"],
+	"ignore": [
+		".*",
+		"tests",
+		"testsDOH"
+	],
+	"keywords": ["JavaScript", "Dojo", "Toolkit"],
+	"authors": [],
+	"homepage": "http://dojotoolkit.org/",
+	"repository":{
+		"type": "git",
+		"url": "https://github.com/dojo/dojo.git"
+	},
+	"dependencies": {
+	},
+	"devDependencies": {
+		"intern-geezer": "2.2.2",
+		"http-proxy": "0.10.3",
+		"glob": "3.2.7",
+		"jsgi-node": "0.3.1",
+		"formidable": "1.0.14",
+		"sinon": "1.12.2",
+		"dojo": "1.10.4"
+	},
+}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/dojo.git



More information about the Pkg-javascript-commits mailing list