-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
76 lines (76 loc) · 1.83 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "magga-jig",
"version": "0.0.2",
"description": "A Jig is a container for building components",
"main": "src/export.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "./node_modules/.bin/testem",
"testCI": "./node_modules/.bin/testem ci",
"eslint": "./node_modules/eslint/bin/eslint.js ."
},
"repository": {
"type": "git",
"url": "https://github.com/JigMagga/MaggaJig.git"
},
"keywords": [
"JigMagga",
"microservices",
"container",
"isomorph"
],
"author": {
"name": "yd. yourdelivery GmbH",
"web": "http://www.lieferando.de/"
},
"contributors": [
{
"name": "Luisa Castaño",
"email": "luisa.castano@takeaway.com",
"url": "https://github.com/lfcj"
},
{
"name": "Jaroslav Popov",
"email": "jaroslav.popov@takeaway.com",
"url": "https://github.com/chilicoder"
},
{
"name": "Akrem Abayed",
"email": "akrem.abayed@takeaway.com",
"url": "https://github.com/aakrem"
},
{
"name": "Toni Meuschke",
"email": "meuschke@takeaway.com",
"url": "https://github.com/meuschke"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/JigMagga/MaggaJig/issues"
},
"homepage": "https://github.com/JigMagga/MaggaJig",
"devDependencies": {
"browserify": "^10.1.3",
"chai": "^2.3.0",
"eslint": "^1.3.1",
"gulp": "^3.9.0",
"gulp-concat": "^2.5.2",
"gulp-declare": "^0.3.0",
"gulp-handlebars": "^4.0.0",
"gulp-uglify": "^1.2.0",
"gulp-wrap": "^0.11.0",
"handlebars": "^3.0.3",
"mocha": "^2.2.5",
"react": "0.13.3",
"sinon": "^1.14.1",
"testem": "^0.8.3"
},
"dependencies": {
"react": "^0.13.3",
"magga-mediator": "git://github.com/JigMagga/MaggaMediator",
"magga": "git://github.com/JigMagga/Magga"
}
}