hazdev-template
Version:
Template for HazDev web sites.
47 lines (46 loc) • 1.12 kB
JSON
{
"name": "hazdev-template",
"version": "1.4.0",
"description": "Template for HazDev web sites.",
"repository": {
"type": "git",
"url": "https://github.com/usgs/hazdev-template.git"
},
"keywords": [
"usgs"
],
"scripts": {
"test": "grunt test",
"install": "php src/lib/pre-install.php",
"postinstall": "grunt builddist"
},
"dependencies": {
"autoprefixer": "6.3.1",
"cssnano": "3.4.0",
"grunt": "0.4.5",
"grunt-connect-rewrite": "0.2.1",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-jshint": "1.1.0",
"grunt-contrib-uglify": "2.0.0",
"grunt-postcss": "0.8.0",
"postcss-calc": "5.2.0",
"precss": "1.4.0"
},
"devDependencies": {
"chai": "3.4.1",
"gateway": "1.0.0",
"grunt-browserify": "5.0.0",
"grunt-contrib-connect": "1.0.2",
"grunt-contrib-watch": "1.0.0",
"grunt-mocha-phantomjs": "4.0.0",
"grunt-open": "0.2.3",
"mocha": "3.2.0",
"sinon": "1.17.2"
},
"license": "CC0-1.0",
"engines": {
"node": "4.2.4"
}
}