-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.61 KB
/
package.json
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "mosquito",
"version": "0.3.3",
"description": "Dependency Injection that just works",
"main": "lib/index.js",
"scripts": {
"test": "make qa",
"prepublish": "make build",
"mocha": "mocha"
},
"keywords": [
"DI",
"dependency",
"injection",
"dependency",
"management",
"HOC"
],
"author": "Louis Capitanchik <[email protected]>",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "git+https://github.com/Commander-lol/mosquito.git"
},
"bugs": {
"url": "https://github.com/Commander-lol/mosquito/issues"
},
"homepage": "https://github.com/Commander-lol/mosquito#readme",
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-core": "^6.13.2",
"babel-eslint": "^6.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.16.0",
"babel-plugin-transform-flow-strip-types": "^6.14.0",
"babel-preset-stage-0": "^6.5.0",
"chai": "^3.5.0",
"eslint": "^3.3.0",
"eslint-plugin-flow-vars": "^0.5.0",
"eslint-plugin-flowtype": "^2.7.0",
"expect": "^1.20.2",
"flow-bin": "^0.30.0",
"istanbul": "^0.4.4",
"mocha": "^3.0.2",
"nyc": "^10.1.2"
},
"dependencies": {
"babel-core": "^6.18.2",
"babel-generator": "^6.22.0",
"babel-plugin-transform-class-properties": "^6.22.0",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-traverse": "^6.22.1",
"babylon": "^6.15.0",
"fs-jetpack": "^0.10.0",
"lodash.clonedeep": "^4.5.0",
"node-uuid": "^1.4.7",
"pkginfo": "^0.4.0",
"strip-bom": "^3.0.0"
}
}