aboutsummaryrefslogtreecommitdiffstats
path: root/library/moment/bower.json
blob: d9f47e8250ea0a4eefc49723c900373911bf6233 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "moment",
  "main": "moment.js",
  "ignore": [
    "**/.*",
    "benchmarks",
    "bower_components",
    "meteor",
    "node_modules",
    "scripts",
    "tasks",
    "test",
    "component.json",
    "composer.json",
    "CONTRIBUTING.md",
    "ender.js",
    "Gruntfile.js",
    "Moment.js.nuspec",
    "package.js",
    "package.json"
  ]
}