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

.bower.json « underscore « vendor « js - github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e1f2c912c2f4d36f7ceb5d87fc7253e850271184 (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
33
34
35
{
  "name": "underscore",
  "version": "1.8.3",
  "main": "underscore.js",
  "keywords": [
    "util",
    "functional",
    "server",
    "client",
    "browser"
  ],
  "ignore": [
    "docs",
    "test",
    "*.yml",
    "CNAME",
    "index.html",
    "favicon.ico",
    "CONTRIBUTING.md",
    ".*",
    "component.json",
    "package.json",
    "karma.*"
  ],
  "homepage": "https://github.com/jashkenas/underscore",
  "_release": "1.8.3",
  "_resolution": {
    "type": "version",
    "tag": "1.8.3",
    "commit": "e4743ab712b8ab42ad4ccb48b155034d02394e4d"
  },
  "_source": "https://github.com/jashkenas/underscore.git",
  "_target": ">=1.7.0",
  "_originalSource": "underscore"
}