Skip to content

Instantly share code, notes, and snippets.

@pr3ssh
Last active February 9, 2018 08:59
Show Gist options
  • Save pr3ssh/f61530c663b9dd9d4a8fea7aa56718ea to your computer and use it in GitHub Desktop.
Save pr3ssh/f61530c663b9dd9d4a8fea7aa56718ea to your computer and use it in GitHub Desktop.
Enreda package.json
{
"name": "wenreda",
"version": "0.0.1",
"description": "Enreda Web Builder",
"main": "",
"scripts": {},
"author": "Enreda",
"license": "BSD-2-Clause",
"dependencies": {
"grunt": "~0.4.5",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-less": "~1.0.1",
"less-plugin-autoprefix": "~1.5.1",
"grunt-contrib-uglify": "~0.9.2",
"grunt-contrib-cssmin": "~0.14.0",
"grunt-contrib-copy": "~0.8.1",
"grunt-ejs-static": "git@github.com:enredacoop/grunt-ejs-static.git",
"grunt-sitemaps": "~0.1.1",
"grunt-contrib-clean": "~0.7.0",
"grunt-contrib-concat" : "~0.5.1",
"grunt-xml-sitemap": "~0.2.0"
},
"devDependencies": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment