Skip to content
Snippets Groups Projects
package.json 2.35 KiB
Newer Older
{
  "name": "nextcloud",
  "version": "0.1.0",
  "description": "Nextcloud Server",
  "private": true,
  "directories": {
    "lib": "lib",
    "test": "tests"
  },
  "scripts": {
    "build": "NODE_ENV=production webpack --progress --hide-modules --config webpack.prod.js",
    "dev": "NODE_ENV=development webpack --progress --watch --config webpack.dev.js",
    "watch": "NODE_ENV=development webpack --progress --watch --config webpack.dev.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/nextcloud/server.git"
  },
  "keywords": [
    "nextcloud"
  ],
  "license": "AGPL-3.0-or-later",
  "dependencies": {
    "Select2": "git+https://github.com/select2/select2.git#3.4.8",
    "davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.1.3",
    "jcrop": "git+https://github.com/ChristophWurst/Jcrop.git#v0.9.12-npm",
    "jquery": "^2.1.4",
    "strengthify": "git+https://github.com/MorrisJobke/strengthify.git",
  },
  "devDependencies": {