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

package.json « jambalaya « node_modules « screenshot-testing « lib « tests - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a67673982faa6c4d5a7af272e9da5c58ae078997 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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"
  }
}