File tree Expand file tree Collapse file tree 1 file changed +25
-24
lines changed Expand file tree Collapse file tree 1 file changed +25
-24
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "author" : " cubejs" ,
3
- "name" : " context-config" ,
4
- "version" : " 0.3.8-SNAPSHOT" ,
5
- "scripts" : {
6
- "test" : " mocha --ui bdd --timeout 10s --reporter spec ./test --ignore-leaks"
7
- },
8
- "repository" : {
9
- "type" : " git" ,
10
- "url" :
" [email protected] :cubejs/context-config-node.git"
11
- },
12
- "engines" : {
13
- "node" : " >= 0.8.0"
14
- },
15
- "main" : " lib/app.js" ,
16
- "dependencies" : {
17
- "underscore" : " ~1.4.4" ,
18
- "q" : " ~0.9.0" ,
19
- "config" : " ~0.4.21"
20
- },
21
- "devDependencies" : {
22
- "mocha" : " ~1.8.2" ,
23
- "should" : " ~1.2.2"
24
- }
25
- }
2
+ "author" : " cubejs" ,
3
+ "name" : " context-config" ,
4
+ "version" : " 0.4.0-SNAPSHOT" ,
5
+ "scripts" : {
6
+ "test" : " mocha --ui bdd --timeout 10s --reporter spec ./test --ignore-leaks"
7
+ },
8
+ "repository" : {
9
+ "type" : " git" ,
10
+ "url" :
" [email protected] :cubejs/context-config-node.git"
11
+ },
12
+ "engines" : {
13
+ "node" : " >= 0.8.0"
14
+ },
15
+ "main" : " lib/app.js" ,
16
+ "dependencies" : {
17
+ "underscore" : " ~1.4.4" ,
18
+ "q" : " ~0.9.0" ,
19
+ "config" : " ~0.4.21"
20
+ },
21
+ "devDependencies" : {
22
+ "mocha" : " ~1.8.2" ,
23
+ "should" : " ~1.2.2"
24
+ },
25
+ "ebay" : {}
26
+ }
You can’t perform that action at this time.
0 commit comments