forked from substance/substance-legacy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.json
86 lines (86 loc) · 2.23 KB
/
project.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
77
78
79
80
81
82
83
84
85
86
{
"modules": [
{
"repository": "[email protected]:substance/application.git",
"folder": "node_modules/substance-application",
"branch": "master"
},
{
"repository": "[email protected]:substance/chronicle.git",
"folder": "node_modules/substance-chronicle",
"branch": "master"
},
{
"repository": "[email protected]:substance/commander.git",
"folder": "node_modules/substance-commander",
"branch": "master"
},
{
"repository": "[email protected]:substance/converter.git",
"folder": "node_modules/substance-converter",
"branch": "master"
},
{
"repository": "[email protected]:michael/data.git",
"folder": "node_modules/substance-data",
"branch": "master"
},
{
"repository": "[email protected]:substance/document.git",
"folder": "node_modules/substance-document",
"branch": "master"
},
{
"repository": "[email protected]:substance/article.git",
"folder": "node_modules/substance-article",
"branch": "master"
},
{
"repository": "[email protected]:substance/operator.git",
"folder": "node_modules/substance-operator",
"branch": "master"
},
{
"repository": "[email protected]:substance/regexp.git",
"folder": "node_modules/substance-regexp",
"branch": "master"
},
{
"repository": "[email protected]:substance/store.git",
"folder": "node_modules/substance-store",
"branch": "master"
},
{
"repository": "[email protected]:substance/surface.git",
"folder": "node_modules/substance-surface",
"branch": "master"
},
{
"repository": "[email protected]:substance/test.git",
"folder": "node_modules/substance-test",
"branch": "master"
},
{
"repository": "[email protected]:substance/util.git",
"folder": "node_modules/substance-util",
"branch": "master"
},
{
"repository": "[email protected]:substance/substance.git",
"folder": ".",
"branch": "master"
}
],
"node_modules": {
"underscore": "1.5.x",
"express": "3.3.x",
"handlebars": "1.0.x",
"mocha": "1.12.x"
},
"npm": {
"engines": {
"node": ">=0.8.x",
"npm": ">=1.1.x"
}
}
}