UNPKG

414 BJSONView Raw
1{
2 "name": "temple",
3 "version": "0.5.12",
4 "description": "A modern JavaScript view framework.",
5 "repository": "BeneathTheInk/Temple",
6 "keywords": [
7 "mustache",
8 "view",
9 "DOM",
10 "html",
11 "template",
12 "templating",
13 "data binding",
14 "binding",
15 "declarative",
16 "view model",
17 "reactive"
18 ],
19 "license": "MIT",
20 "main": "dist/temple.js",
21 "scripts": [
22 "dist/temple.js",
23 "dist/temple.min.js"
24 ]
25}