quakeml-parser-js
Version:
Quakeml Parser for JavaScript
49 lines (48 loc) • 1.06 kB
JSON
{
"name": "quakeml-parser-js",
"version": "0.0.3",
"homepage": "http://earthquake.usgs.gov/",
"repository": {
"type": "git",
"url": "https://github.com/usgs/quakeml-parser-js.git"
},
"description": "Quakeml Parser for JavaScript",
"author": {
"name": "Jeremy Fee",
"email": "jmfee@usgs.gov"
},
"contributors": [
{
"name": "Eric Martinez",
"email": "emartinez@usgs.gov"
}
],
"keywords": [
"usgs",
"ehp",
"hazdev",
"quakeml"
],
"scripts": {
"test": "grunt test"
},
"main": "dist/index.js",
"license": "Public Domain",
"dependencies": {},
"devDependencies": {
"chai": "^2.0.0",
"grunt": "^0.4.5",
"grunt-browserify": "^3.3.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-uglify": "^0.7.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-phantomjs": "^2.0.0",
"mocha": "^2.1.0"
},
"engines": {
"node": ">=0.10.0"
}
}