UNPKG

1.25 kBJSONView Raw
1{
2 "name": "litejs",
3 "version": "20.0.0-rc.11",
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 "/*.js",
25 "server",
26 "css",
27 "date",
28 "lib",
29 "model",
30 "test/[!_]*.js",
31 "ui/????*"
32 ],
33 "scripts": {
34 "test": "node --allow-natives-syntax -- test/_all.js",
35 "test-trace": "node --allow-natives-syntax --trace_opt --trace_deopt -- test/_all.js"
36 },
37 "repository": "git://github.com/litejs/litejs.git",
38 "bugs": {
39 "url": "https://github.com/litejs/litejs/issues"
40 },
41 "litejs": {
42 "build": [
43 "-r README.md",
44 "-i test/dev.html -o test/index.html"
45 ],
46 "test": [
47 "--allow-natives-syntax",
48 "test/_all.js"
49 ]
50 },
51 "devDependencies": {
52 "dom-lite": "20.2.0"
53 },
54 "jshintConfig": {
55 "asi": true,
56 "laxcomma": true,
57 "maxdepth": 6,
58 "quotmark": "double"
59 }
60}