-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 809 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 809 Bytes
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
{
"name": "templater.js",
"version": "3.1.1",
"description": "Minimal JavaScript templating.",
"main": "dist/templater.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Pinjasaur/templater.js.git"
},
"author": "Paul Esch-Laurent",
"license": "MIT",
"bugs": {
"url": "https://github.com/Pinjasaur/templater.js/issues"
},
"homepage": "https://pinjasaur.github.io/templater.js/",
"devDependencies": {
"chai": "^4.0.1",
"gulp": "^3.9.1",
"gulp-clean": "0.4",
"gulp-header": "^1.8.9",
"gulp-jshint": "^2.0.1",
"gulp-load-plugins": "^1.3.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^3.0.0",
"jshint": "^2.9.2",
"mocha": "5"
},
"overrides": {
"graceful-fs": "^4.2.11"
}
}