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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/screenshot-testing/node_modules/jambalaya/package.json')
-rw-r--r--tests/lib/screenshot-testing/node_modules/jambalaya/package.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/tests/lib/screenshot-testing/node_modules/jambalaya/package.json b/tests/lib/screenshot-testing/node_modules/jambalaya/package.json
new file mode 100644
index 0000000000..a67673982f
--- /dev/null
+++ b/tests/lib/screenshot-testing/node_modules/jambalaya/package.json
@@ -0,0 +1,28 @@
+{
+ "name": "jambalaya",
+ "version": "1.3.0",
+ "description": "Configuration based IoC container for node.js.",
+ "main": "index.js",
+ "scripts": {
+ "test": "mocha tests"
+ },
+ "keywords": [
+ "ioc",
+ "di",
+ "dependency",
+ "injection",
+ "inversion",
+ "control",
+ "json"
+ ],
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/diosmosis/jambalaya.git"
+ },
+ "author": "diosmosis",
+ "license": "ISC",
+ "devDependencies": {
+ "mocha": "~2.1",
+ "chai": "~1.10"
+ }
+}