summaryrefslogtreecommitdiffstats
path: root/third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react/node_modules/classnames/bower.json
blob: 0619a48f8c28bc8ba2b40a46ee9d544c46f18884 (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
36
37
{
  "name": "classnames",
  "version": "2.2.5",
  "description": "A simple utility for conditionally joining classNames together",
  "main": [
    "index.js",
    "bind.js",
    "dedupe.js"
  ],
  "homepage": "https://github.com/JedWatson/classnames",
  "authors": [
    "Jed Watson"
  ],
  "moduleType": [
    "amd",
    "globals",
    "node"
  ],
  "keywords": [
    "react",
    "css",
    "classes",
    "classname",
    "classnames",
    "util",
    "utility"
  ],
  "license": "MIT",
  "ignore": [
    ".editorconfig",
    ".gitignore",
    "gulpfile.js",
    "package.json",
    "node_modules",
    "tests.js"
  ]
}