blob: 96957ac6dff962d3555e6dc1e926cf9540f73497 [file] [log] [blame]
{
"name": "avro-js",
"version": "0.0.1",
"author": "Avro Developers <dev@avro.apache.org>",
"description": "Avro validator for Javascript",
"contributors": [
{
"name": "Quinn Slack",
"email": "sqs@cs.stanford.edu"
}
],
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "svn",
"url": "http://svn.apache.org/repos/asf/avro/trunk/lang/js/"
},
"keywords": [
"avro",
"json"
],
"dependencies" : {
"underscore" : "*"
},
"devDependencies" : {
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"coveralls": "^2.11.4",
"istanbul": "^0.3.19",
"mocha": "^2.3.2",
"tmp": "^0.0.28",
"grunt": "^1.0.1"
},
"noAnalyze": true,
"license": "Apache-2.0",
"engine": {
"node": ">=0.4"
}
}