hazdev-webutils
Version:
Utilities commonly used in web applications developed by the EHP HazDev team.
59 lines (58 loc) • 1.38 kB
JSON
{
"name": "hazdev-webutils",
"version": "0.2.0",
"homepage": "http://earthquake.usgs.gov/",
"repository": "https://github.com/usgs/hazdev-webutils.git",
"description": "Utilities commonly used in web applications developed by the EHP HazDev team.",
"author": {
"name": "Jeremy Fee",
"email": "jmfee@usgs.gov"
},
"contributors": [
{
"name": "Eric Martinez",
"email": "emartinez@usgs.gov"
},
{
"name": "Eddie Hunter",
"email": "ehunter@usgs.gov"
}
],
"keywords": [
"usgs",
"ehp",
"hazdev",
"mvc",
"util"
],
"scripts": {
"test": "grunt test"
},
"main": "dist/index.js",
"license": "Public Domain",
"dependencies": {},
"devDependencies": {
"autoprefixer": "^6.3.6",
"chai": "^3.5.0",
"cssnano": "^3.7.0",
"gateway": "^1.0.0",
"grunt": "0.4.5",
"grunt-browserify": "^5.0.0",
"grunt-connect-proxy": "^0.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-mocha-phantomjs": "3.0.0",
"grunt-postcss": "^0.8.0",
"hazdev-template": "~1.1.1",
"mocha": "^2.5.3",
"precss": "^1.4.0",
"sinon": "^1.17.4"
},
"engines": {
"node": ">=0.1.0"
}
}