UNPKG

1.07 kBJSONView Raw
1{
2 "name": "luar",
3 "version": "1.4.2",
4 "description": "Luar is a library for facilitating extremely simple Reactive Programming in JavaScript, inspired by Vue.js and Hyperactiv.",
5 "author": "Lua MacDougall <luawhat@gmail.com> (https://lua.wtf/)",
6 "license": "MIT",
7 "keywords": [
8 "reactive",
9 "react",
10 "computed",
11 "computed properties",
12 "properties",
13 "observable",
14 "model",
15 "mvc"
16 ],
17 "main": "index.js",
18 "unpkg": "index.min.js",
19 "types": "index.d.ts",
20 "scripts": {
21 "test": "nyc --reporter=lcov --reporter=text-summary mocha index.test.js",
22 "minify": "terser index.js --output index.min.js --config-file terser.json",
23 "prepublishOnly": "npm test && npm run minify"
24 },
25 "devDependencies": {
26 "chai": "^4.2.0",
27 "mocha": "^8.2.1",
28 "nyc": "^15.1.0",
29 "terser": "^5.5.1"
30 },
31 "repository": {
32 "type": "git",
33 "url": "git+https://github.com/luawtf/Luar.git"
34 },
35 "bugs": {
36 "url": "https://github.com/luawtf/Luar/issues"
37 },
38 "homepage": "https://github.com/luawtf/Luar#readme"
39}