File tree 3 files changed +21
-2
lines changed
3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change
1
+ language : node_js
2
+ node_js :
3
+ - 0.10
4
+ - 0.11
5
+ - 0.12
6
+ - 4.0
7
+ - 4.1
8
+ - 4.2
9
+ - 4.3
10
+ - 5.0
11
+ - 5.1
12
+ - 5.2
13
+ - 5.3
14
+ - 5.4
15
+ - 5.5
16
+ - 5.6
Original file line number Diff line number Diff line change 1
- # About json2json
1
+ # About json2json [ ![ Build Status ] ( https://travis-ci.org/joelvh/json2json.svg?branch=master )] ( https://travis-ci.org/joelvh/json2json )
2
2
3
3
Transforms one JSON object structure to another structure as defined by template rules.
4
4
Ideal for transforming JSON retrieved from web services to be used the way you need it in your application.
Original file line number Diff line number Diff line change 15
15
{ "coffee-script" : " >=1.7.0"
16
16
, "sysmo" : " >=0.0.11"
17
17
}
18
- , "devDependencies" : { "chai" : " ^3.5.0" }
18
+ , "devDependencies" :
19
+ { "chai" : " ^3.5.0"
20
+ , "mocha" : " ^2.4.5"
21
+ }
19
22
, "engines" : { "node" : " >=0.1.97" }
20
23
, "licenses" : []
21
24
}
You can’t perform that action at this time.
0 commit comments