Skip to content
Snippets Groups Projects
package.json 823 B
Newer Older
  • Learn to ignore specific revisions
  • {
      "name": "mail",
    
      "version": "0.3.0",
    
      "description": "Mail app for ownCloud",
      "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": [
        "ownCloud",
        "mail"
      ],
      "author": "Thomas Müller and others",
    
      "license": "AGPL-3.0",