Blame view

node_modules/grunt-bosonic/package.json 2.19 KB
73bcce88   luigser   COMPONENTS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
  {
    "name": "grunt-bosonic",
    "version": "0.4.0",
    "description": "> A Grunt task that transpiles to-the-spec Web Components into polyfilled JavaScript",
    "main": "Gruntfile.js",
    "scripts": {
      "test": "grunt test"
    },
    "repository": {
      "type": "git",
      "url": "git://github.com/bosonic/grunt-bosonic.git"
    },
    "author": {
      "name": "Raphaël Rougeron",
      "email": "goldoraf@gmail.com"
    },
    "license": "MIT",
    "bugs": {
      "url": "https://github.com/bosonic/grunt-bosonic/issues"
    },
    "dependencies": {
      "bosonic-transpiler": "0.4.*"
    },
    "devDependencies": {
      "grunt": "~0.4.2",
      "grunt-contrib-clean": "~0.5.0"
    },
    "peerDependencies": {
      "grunt": "0.4.x"
    },
    "contributors": [
      {
        "name": "Raphaël Rougeron",
        "email": "goldoraf@gmail.com"
      }
    ],
    "readme": "# grunt-bosonic\n\n> A Grunt task that transpiles to-the-spec Web Components into polyfilled JavaScript\n\n## Getting Started\nThis plugin requires Grunt `~0.4.2`\n\nIf you haven't used [Grunt](http://gruntjs.com/) before, be sure to check out the [Getting Started](http://gruntjs.com/getting-started) guide, as it explains how to create a [Gruntfile](http://gruntjs.com/sample-gruntfile) as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:\n\n```shell\nnpm install grunt-bosonic --save-dev\n```\n\nOnce the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:\n\n```js\ngrunt.loadNpmTasks('grunt-bosonic');\n```\n\n## The \"bosonic\" task\n\n### Usage\nIn your project's Gruntfile, add a section named `bosonic` to the data object passed into `grunt.initConfig()`.\n\n```js\ngrunt.initConfig({\n  bosonic: {\n    my_components: {\n      src: ['src/**/*.html'],\n      css: 'dist/components.css',\n      js:  'dist/components.js'\n  }\n});\n```\n\n## Contributing\nIn lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/).\n\n## Release History\n_(Nothing yet)_",
    "readmeFilename": "README.md",
    "_id": "grunt-bosonic@0.4.0",
    "_from": "grunt-bosonic@"
  }