summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/smartquotes/bower.json
blob: 68921874407b33b18a0565461b80821b7aa6db89 (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
{
  "name": "smartquotes",
  "description": "Smart quotes are smart typography.",
  "main": "dist/smartquotes.js",
  "authors": [
    "Kelly Martin",
    "Callum Macrae"
  ],
  "license": "MIT",
  "keywords": [
    "smart",
    "quotes",
    "browser",
    "node.js"
  ],
  "homepage": "http://smartquotesjs.com",
  "moduleType": [
    "amd",
    "node"
  ],
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test"
  ]
}