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

.bower.json « backbone « vendor « core - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 38a9c03af75c67d7e2a8d9fbf5ed659a3ed50fa1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
  "name": "backbone",
  "main": "backbone.js",
  "dependencies": {
    "underscore": ">=1.7.0"
  },
  "ignore": [
    "docs",
    "examples",
    "test",
    "*.yml",
    "*.html",
    "*.ico",
    "*.md",
    "CNAME",
    ".*",
    "karma.*",
    "component.json",
    "package.json"
  ],
  "homepage": "https://github.com/jashkenas/backbone",
  "version": "1.2.3",
  "_release": "1.2.3",
  "_resolution": {
    "type": "version",
    "tag": "1.2.3",
    "commit": "05fde9e201f7e2137796663081105cd6dad12a98"
  },
  "_source": "git://github.com/jashkenas/backbone.git",
  "_target": "~1.2.3",
  "_originalSource": "backbone"
}