Skip to content

Commit

Permalink
Add mocha dev dependency and travis ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejpeters committed Feb 19, 2016
1 parent 964c75f commit 37332a8
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
language: node_js
node_js:
- 0.10
- 0.11
- 0.12
- 4.0
- 4.1
- 4.2
- 4.3
- 5.0
- 5.1
- 5.2
- 5.3
- 5.4
- 5.5
- 5.6
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# About json2json
# About json2json [![Build Status](https://travis-ci.org/joelvh/json2json.svg?branch=master)](https://travis-ci.org/joelvh/json2json)

Transforms one JSON object structure to another structure as defined by template rules.
Ideal for transforming JSON retrieved from web services to be used the way you need it in your application.
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@
{ "coffee-script" : ">=1.7.0"
, "sysmo" : ">=0.0.11"
}
, "devDependencies": { "chai": "^3.5.0" }
, "devDependencies":
{ "chai": "^3.5.0"
, "mocha": "^2.4.5"
}
, "engines" : { "node" : ">=0.1.97" }
, "licenses" : []
}

0 comments on commit 37332a8

Please sign in to comment.