summaryrefslogtreecommitdiff
path: root/node_modules/typographic-quotes/package.json
blob: 0626493099959b3cdbff837ab999c80be02cbac8 (plain) (blame)
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
  "_from": "typographic-quotes@^2.0.1",
  "_id": "[email protected]",
  "_inBundle": false,
  "_integrity": "sha1-YlttS7jU+u9JGxI6chfvOAFZZ4U=",
  "_location": "/typographic-quotes",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "typographic-quotes@^2.0.1",
    "name": "typographic-quotes",
    "escapedName": "typographic-quotes",
    "rawSpec": "^2.0.1",
    "saveSpec": null,
    "fetchSpec": "^2.0.1"
  },
  "_requiredBy": [
    "/at-quotes"
  ],
  "_resolved": "https://registry.npmjs.org/typographic-quotes/-/typographic-quotes-2.0.1.tgz",
  "_shasum": "625b6d4bb8d4faef491b123a7217ef3801596785",
  "_spec": "typographic-quotes@^2.0.1",
  "_where": "E:\\Documents\\GitHub\\s5nical\\node_modules\\at-quotes",
  "author": {
    "name": "Vladimir Starkov",
    "email": "[email protected]",
    "url": "http://vstarkov.com/"
  },
  "bugs": {
    "url": "https://github.com/matmuchrapna/typographic-quotes/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "typographic-quotes-l10n-db": "^1.0.0"
  },
  "deprecated": false,
  "description": "Always use curly quotes",
  "devDependencies": {
    "babel": "^5.0.0",
    "coveralls": "^2.11.2",
    "husky": "^0.7.0",
    "istanbul": "^0.3.11",
    "mocha": "^2.2.1",
    "mocha-lcov-reporter": "0.0.2"
  },
  "homepage": "https://github.com/matmuchrapna/typographic-quotes",
  "keywords": [
    "typographic",
    "quotes",
    "textr"
  ],
  "license": "MIT",
  "main": "index.es5.js",
  "name": "typographic-quotes",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/matmuchrapna/typographic-quotes.git"
  },
  "scripts": {
    "coverage": "istanbul cover _mocha -- --require babel/register",
    "coveralls": "coveralls < coverage/lcov.info",
    "postpublish": "rm *.es5.js && git push --follow-tags",
    "precommit": "npm test",
    "precoveralls": "npm run coverage",
    "prepublish": "npm run transpile",
    "tdd": "mocha --require babel/register --watch",
    "test": "mocha --require babel/register",
    "transpile": "babel index.js > index.es5.js"
  },
  "version": "2.0.1"
}