UNPKG

1.24 kBJSONView Raw
1{
2 "name": "litejs",
3 "version": "20.0.0-rc.6",
4 "license": "MIT",
5 "author": "Lauri Rooden <lauri@rooden.ee>",
6 "description": "Single-page application framework",
7 "keywords": [
8 "litejs",
9 "api",
10 "test",
11 "framework",
12 "frontend",
13 "browser"
14 ],
15 "main": "lib/index.js",
16 "readmeFilename": "README.md",
17 "bin": {
18 "litejs-doc": "./lib/cli/doc",
19 "litejs-stat": "./lib/cli/stat",
20 "lj": "./lib/cli/index.js",
21 "litejs": "./lib/cli/index.js"
22 },
23 "files": [
24 "app",
25 "css",
26 "date",
27 "lib",
28 "model",
29 "test/[!_]*.js",
30 "ui/????*"
31 ],
32 "scripts": {
33 "test": "node --allow-natives-syntax -- test/_all.js",
34 "test-trace": "node --allow-natives-syntax --trace_opt --trace_deopt -- test/_all.js"
35 },
36 "repository": "git://github.com/litejs/litejs.git",
37 "bugs": {
38 "url": "https://github.com/litejs/litejs/issues"
39 },
40 "litejs": {
41 "build": [
42 "-r README.md",
43 "-i test/dev.html -o test/index.html"
44 ],
45 "test": [
46 "--allow-natives-syntax",
47 "test/_all.js"
48 ]
49 },
50 "devDependencies": {
51 "dom-lite": "20.2.0"
52 },
53 "jshintConfig": {
54 "asi": true,
55 "laxcomma": true,
56 "maxdepth": 6,
57 "quotmark": "double"
58 }
59}