UNPKG

1.23 kBJSONView Raw
1{
2 "name": "litejs",
3 "version": "19.7.1",
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 "build": "litejs build",
34 "travis-test": "nyc -r lcovonly -r text npm test",
35 "test": "node --allow-natives-syntax test/_all.js",
36 "test-trace": "node --allow-natives-syntax --trace_opt --trace_deopt test/_all.js"
37 },
38 "repository": "git://github.com/litejs/litejs.git",
39 "bugs": {
40 "url": "https://github.com/litejs/litejs/issues"
41 },
42 "litejs": {
43 "build": [
44 "-r README.md",
45 "-i test/dev.html -o test/index.html"
46 ]
47 },
48 "devDependencies": {
49 "dom-lite": "0.5.1"
50 },
51 "jshintConfig": {
52 "asi": true,
53 "laxcomma": true,
54 "maxdepth": 6,
55 "quotmark": "double"
56 }
57}