Welcome to mirror list, hosted at ThFree Co, Russian Federation.

bower.json « js - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dac8e6c3b7bb6320e1a72d67ee55a746285d223e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "files_texteditor",
  "homepage": "https://github.com/nextcloud/files_texteditor",
  "authors": [
    "Robin Appelman <robin@icewind.nl>"
  ],
  "description": "",
  "main": "",
  "license": "AGPL-3.0",
  "private": true,
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "core/vendor",
    "test",
    "tests"
  ],
  "dependencies": {
    "ace-builds": "1.2.8"
  }
}