Skip to content
Snippets Groups Projects
package.json 352 B
Newer Older
  • Learn to ignore specific revisions
  • Kevin Cristiano's avatar
    Kevin Cristiano committed
    
    {
      "name": "tc-core-update-minor",
      "version": "0.1.0",
      "main": "Gruntfile.js",
      "author": "YOUR NAME HERE",
      "scripts" : {
        "start" : "grunt default" ,
        "readme" : "grunt readme",
        "i18n" : "grunt i18n"
      },
      "devDependencies": {
        "grunt": "~0.4.5",
        "grunt-wp-i18n": "~0.5.0",
        "grunt-wp-readme-to-markdown": "~1.0.0"
      }
    }