Last active
February 9, 2018 08:59
-
-
Save pr3ssh/f61530c663b9dd9d4a8fea7aa56718ea to your computer and use it in GitHub Desktop.
Enreda package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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": "[email protected]: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