ca-highway-conditions-parser
Version:
A library that parses the highway conditions format into JSON
37 lines (36 loc) • 856 B
JSON
{
"name": "ca-highway-conditions-parser",
"version": "3.0.2",
"description": "A library that parses the highway conditions format into JSON",
"author": "Cameron Hunter <hello@cameronhunter.co.uk>",
"license": "MIT",
"main": "build/index.speed.js",
"files": [
"build"
],
"scripts": {
"prebuild": "rm -rf build",
"build": "NODE_ENV=production rollup -c",
"pretest": "npm run build",
"test": "ava",
"preversion": "npm test"
},
"devDependencies": {
"ava": "^0.18.2",
"babel-preset-es2015-rollup": "^3.0.0",
"isomorphic-fetch": "^2.2.1",
"rollup": "^0.41.4",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-pegjs": "^2.1.3",
"rollup-plugin-uglify": "^1.0.1"
},
"keywords": [
"california",
"highway",
"parser",
"dot"
],
"dependencies": {
"tmp": "0.0.31"
}
}