Use ...arguments syntax instaed of .apply() and .concat()
[jst_cache.git] / package.json
1 {
2   "name": "@ndcode/jst_cache",
3   "version": "0.1.0",
4   "description": "JavaScript Templates for HTML, caching front-end",
5   "keywords": [
6     "template",
7     "HTML",
8     "webpage",
9     "dynamic",
10     "server-side",
11     "render",
12     "cache"
13   ],
14   "homepage": "https://www.ndcode.org",
15   "author": "Nick Downing <nick@ndcode.org>",
16   "license": "MIT",
17   "repository": {
18     "type": "git",
19     "url": "https://git.ndcode.org/public/jst_cache.git"
20   },
21   "bugs": {
22     "email": "nick@ndcode.org"
23   },
24   "main": "JSTCache.js",
25   "engines": {
26     "node": ">=0.4.0"
27   },
28   "directories": {},
29   "dependencies": {
30     "@ndcode/build_cache": "^0.1.0",
31     "@ndcode/disk_build": "^0.1.1",
32     "@ndcode/jst": "^0.1.5",
33     "assert": "^1.4.1"
34   },
35   "devDependencies": {}
36 }