generator-yaas-builder-module
Version:
Yeoman generator for creating yaas builder modules
55 lines • 2.06 kB
JSON
{
"name": "yaas_builder_module",
"version": "0.0.0",
"description": "<%= module_description %>",
"main": "public/js/shared-index.js",
"scripts": {
"start": "node node_modules/grunt-cli/bin/grunt build:test",
"test": "node node_modules/grunt-cli/bin/grunt build:test",
"prod": "node node_modules/grunt-cli/bin/grunt build:prod",
"stage": "node node_modules/grunt-cli/bin/grunt build:stage",
"postinstall": " node node_modules/bower/bin/bower install"
},
"dependencies": {
"bower": "latest",
"grunt": "latest",
"grunt-cli": "latest",
"grunt-concurrent": "~0.4.3",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "~0.7.1",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-cssmin": "~0.7.0",
"grunt-contrib-jshint": "~0.7.1",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-watch": "0.5.3",
"grunt-contrib-less": "~1.0.0",
"grunt-env": "latest",
"grunt-mustache-render": "~1.2.4",
"grunt-ng-constant": "^0.5.0",
"grunt-ngmin": "~0.0.2",
"grunt-rev": "~0.1.0",
"grunt-text-replace": "0.4.0",
"grunt-usemin": "~2.0.2",
"load-grunt-tasks": "~0.2.0",
"resemblejs": "^1.0.1"
},
"devDependencies": {
"grunt-karma": "~0.8.3",
"istanbul": "0.3.0",
"jasmine-reporters": "^1.0.0",
"karma": ">=0.12.16",
"karma-chrome-launcher": "~0.1.3",
"karma-coffee-preprocessor": "^0.1.3",
"karma-coverage": "~0.2.1",
"karma-firefox-launcher": "~0.1.3",
"karma-html2js-preprocessor": "^0.1.0",
"karma-jasmine": "~0.1.5",
"karma-junit-reporter": "~0.2.2",
"karma-phantomjs-launcher": "~0.1.4",
"karma-script-launcher": "~0.1.0",
"phantomcss": "^0.4.5",
"phantomjs": "^1.9.7-15",
"protractor": "^1.8.0"
}
}