Skip to content
Snippets Groups Projects
package.json 1.18 KiB
Newer Older
  • Learn to ignore specific revisions
  • {
      "name": "mail",
    
    Christoph Wurst's avatar
    Christoph Wurst committed
      "version": "0.5.3",
    
      "description": "Mail app",
    
      "main": "index.js",
      "directories": {
        "test": "tests"
      },
      "scripts": {
    
        "test": "./node_modules/.bin/jshint . && ./node_modules/.bin/jsxhint .",
        "bower_deps": "./node_modules/.bin/bower install"
    
      },
      "repository": {
        "type": "git",
        "url": "https://github.com/owncloud/mail.git"
      },
      "keywords": [
        "mail"
      ],
    
      "author": "Christoph Wurst, Thomas Müller, Jan-Christoph Borchardt, Steffen Lindner and many more …",
    
      "license": "AGPL-3.0",
    
    Steffen Lindner's avatar
    Steffen Lindner committed
      },
      "dependencies": {
    
    Christoph Wurst's avatar
    Christoph Wurst committed
        "grunt": "^1.0.1",