Add LICENSE and README.md, add license information to every source file
[jst.git] / package.json
1 {
2   "name": "js_template",
3   "description": "JavaScript template engine",
4   "homepage": "https://www.ndcode.org",
5   "main": "js_template.js",
6   "version": "6.0.2",
7   "engines": {
8     "node": ">=0.4.0"
9   },
10   "maintainers": [
11     {
12       "name": "Nick Downing",
13       "email": "nick@ndcode.org",
14       "web": "https://www.ndcode.org"
15     }
16   ],
17   "repository": {
18     "type": "git",
19     "url": "https://git.ndcode.org/public/js_template.git"
20   },
21   "license": "MIT",
22   "scripts": {
23     "prepare": "rollup -c rollup.config.js"
24   },
25   "dependencies": {
26     "astring": "^1.3.1",
27     "html-escape": "^2.0.0",
28     "rollup": "^0.45.0",
29     "rollup-plugin-buble": "^0.16.0"
30   }
31 }