forked from surfinzap/typopo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.54 KB
/
package.json
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
{
"name": "typopo",
"version": "2.5.4",
"description": "Fix frequent microtypography errors in multiple languages. Write neat texts without bothering about typography rules. Typopo works for English, German, Slovak, Czech and Rusyn language.",
"license": "MIT",
"author": {
"name": "Braňo Šandala",
"email": "hi@brano.me"
},
"scripts": {
"dev": "gulp watch",
"build": "gulp build",
"test": "mocha --require @babel/register ./src/test/**/*.test.js -R min",
"test:dev": "mocha --require @babel/register ./src/test/**/*.test.js -R min -w",
"lint": "eslint --ext .js ."
},
"main": "dist/typopo_dist.min.js",
"repository": {
"type": "git",
"url": "https://github.com/surfinzap/typopo"
},
"bugs": {
"url": "https://github.com/surfinzap/typopo/issues"
},
"keywords": [
"microtypography",
"typography",
"typos",
"typo",
"English",
"German",
"Slovak",
"Czech",
"Rusyn"
],
"engines": {
"node": ">=6.9.4"
},
"devDependencies": {
"@babel/cli": "^7.18.6",
"@babel/core": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@babel/register": "^7.18.6",
"babelify": "^10.0.0",
"babel-eslint": "^10.1.0",
"browser-sync": "^2.27.10",
"browserify": "^17.0.0",
"eslint": "^8.19.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-cli": "^2.3.0",
"gulp-concat": "^2.6.1",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"mocha": "^10.0.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
}
}