grunt-vulcanize
Version:
Grunt plugin for Polymer's Vulcanize. Compatible with Polymer 1.0
40 lines (39 loc) • 913 B
JSON
{
"name": "grunt-vulcanize",
"version": "1.0.0",
"description": "Grunt plugin for Polymer's Vulcanize. Compatible with Polymer 1.0",
"main": "Gruntfile.js",
"directories": {
"test": "test"
},
"dependencies": {
"crisper": "^1.0.3",
"vulcanize": "^1.9.3"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-mkdir": "~0.1.1"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/Polymer/grunt-vulcanize.git"
},
"keywords": [
"grunt",
"gruntplugin",
"polymer",
"vulcanize"
],
"author": "The Polymer Authors",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/Polymer/grunt-vulcanize/issues"
},
"homepage": "https://github.com/Polymer/grunt-vulcanize"
}