Skip to content
Snippets Groups Projects
package.json 2.23 KiB
Newer Older
  • Learn to ignore specific revisions
  • Matthias Konitzny's avatar
    Matthias Konitzny committed
      "version": "1.1.2",
    
      "description": "A Wordpress-Plugin to display knowledge in a graph-structured way.",
    
      "source": "index.js",
    
      "release": "build/release/graph.js",
    
      "targets": {
        "main": false,
        "debug": {
          "distDir": "build/debug/"
        },
        "release": {
    
          "distDir": "build/release/",
    
          "sourceMap": false,
    
        }
      },
      "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1",
    
        "watch": "webpack --watch --config webpack.dev.js",
        "build": "webpack --config webpack.prod.js",
        "distribute": "webpack --config webpack.prod.js && gulp build"
    
      },
      "repository": {
        "type": "git",
        "url": "https://gitlab.ibr.cs.tu-bs.de/alg/knowledge-space-wp-plugin.git"
      },
      "keywords": [
        "Knowledge",
        "Graph",
        "Wordpress",
        "Plugin"
      ],
      "author": "",
      "license": "ISC",
      "devDependencies": {