summaryrefslogtreecommitdiff
path: root/node_modules/uc.micro/package.json
blob: 798e4bba94898b038f98816bc41a87230f4c97a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "uc.micro",
  "version": "1.0.6",
  "description": "Micro subset of unicode data files for markdown-it projects.",
  "repository": "markdown-it/uc.micro",
  "license": "MIT",
  "files": [
    "categories/",
    "properties/",
    "index.js"
  ],
  "scripts": {
    "test": "mocha",
    "update": "node update.js && npm test"
  },
  "devDependencies": {
    "mocha": "^5.0.0",
    "shelljs": "^0.8.1",
    "unicode-11.0.0": "^0.7.8"
  }
}