UNPKG

1.63 kBJSONView Raw
1{
2 "name": "typograf",
3 "description": "The client and server typography",
4 "version": "6.8.3",
5 "author": {
6 "name": "Denis Seleznev",
7 "email": "hcodes@yandex.ru",
8 "url": "https://github.com/typograf/typograf"
9 },
10 "main": "dist/typograf.js",
11 "homepage": "https://github.com/typograf",
12 "license": "MIT",
13 "repository": {
14 "type": "git",
15 "url": "git://github.com/typograf/typograf.git"
16 },
17 "keywords": [
18 "typo",
19 "text",
20 "typograf",
21 "typographer",
22 "typography"
23 ],
24 "engines": {
25 "node": ">= 4"
26 },
27 "files": [
28 "dist",
29 "docs",
30 "bin",
31 "LICENSE",
32 "typograf.d.ts"
33 ],
34 "devDependencies": {
35 "@babel/core": "^7.6.2",
36 "@babel/preset-env": "^7.6.2",
37 "chai": "^4.2.0",
38 "del": "^5.1.0",
39 "eslint": "^6.5.1",
40 "gulp": "^4.0.2",
41 "gulp-concat": "^2.6.1",
42 "gulp-filter": "^6.0.0",
43 "gulp-jsonlint": "^1.3.1",
44 "gulp-rename": "^1.4.0",
45 "gulp-replace": "^1.0.0",
46 "gulp-rollup": "^2.16.2",
47 "gulp-uglify": "^3.0.2",
48 "mocha": "^6.2.1",
49 "nyc": "^14.1.1",
50 "plugin-error": "^1.0.1",
51 "rollup-plugin-babel": "^4.3.3",
52 "sinon": "^7.5.0",
53 "sort-keys": "^4.0.0",
54 "through": "^2.3.8",
55 "vinyl": "^2.2.0",
56 "yaspeller": "^6.0.2"
57 },
58 "scripts": {
59 "benchmark": "node benchmark/test.js",
60 "dist": "gulp dist",
61 "eslint": "eslint .",
62 "prepare": "npm run dist",
63 "build": "gulp",
64 "test": "npm run build && npm run eslint && npm run unit-test",
65 "unit-test": "nyc mocha -u bdd -R spec --recursive test",
66 "yaspeller": "yaspeller ."
67 },
68 "typings": "./typograf.d.ts"
69}