-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.46 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
{
"name": "mrjt",
"version": "1.0.0",
"description": "Beardless customizable template engine, Mr. Jt for Node.js and Web browsers.",
"main": "index.js",
"scripts": {
"test": "nyc ava",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/3F/Jt.git"
},
"keywords": [
"template",
"template-engine",
"templater",
"Jt",
"Mr.Jt",
"JavaScript",
"TypeScript",
"customizable",
"customizable-templates"
],
"author": "Denis Kuzmin [ entry.reg@gmail.com ] GitHub/3F",
"license": "MIT",
"bugs": {
"url": "https://github.com/3F/Jt/issues"
},
"homepage": "https://github.com/3F/Jt#readme",
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/register": "^7.4.4",
"ava": "^1.4.1",
"browserify": "^16.2.3",
"coveralls": "^3.0.3",
"git-repo-info": "^2.1.0",
"google-closure-compiler": "^20190121.0.0",
"gulp": "^4.0.2",
"gulp-append-prepend": "^1.0.8",
"gulp-babel": "^8.0.0",
"gulp-clean": "^0.4.0",
"gulp-if": "^2.0.2",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-typescript": "^5.0.1",
"gulp-zip": "^4.2.0",
"minimist": "^1.2.0",
"nyc": "^14.1.1",
"through2": "^3.0.1",
"tsify": "^4.0.1",
"typescript": "^3.4.5",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
}
}