Skip to content
Snippets Groups Projects
package.json 2.07 KiB
Newer Older
  • Learn to ignore specific revisions
  • {
      "name": "mail",
    
      "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",
        "build": "./node_modules/webpack/bin/webpack.js --config js/webpack.config.js"
    
      },
      "repository": {
        "type": "git",
    
      },
      "keywords": [
        "mail"
      ],
    
      "author": "Christoph Wurst, Thomas Müller, Jan-Christoph Borchardt, Steffen Lindner and many more …",
    
      "license": "AGPL-3.0",
    
      "bugs": {
    
      "devDependencies": {
    
    Steffen Lindner's avatar
    Steffen Lindner committed
      },
      "dependencies": {