UNPKG

litejs

Version:

Single-page application framework

58 lines (57 loc) 1.23 kB
{ "name": "litejs", "version": "19.7.1", "license": "MIT", "author": "Lauri Rooden <lauri@rooden.ee>", "description": "Single-page application framework", "keywords": [ "litejs", "api", "test", "framework", "frontend", "browser" ], "main": "lib/index.js", "readmeFilename": "README.md", "bin": { "litejs-doc": "./lib/cli/doc", "litejs-stat": "./lib/cli/stat", "lj": "./lib/cli/index.js", "litejs": "./lib/cli/index.js" }, "files": [ "app", "css", "date", "lib", "model", "test/[!_]*.js", "ui/????*" ], "scripts": { "build": "litejs build", "travis-test": "nyc -r lcovonly -r text npm test", "test": "node --allow-natives-syntax test/_all.js", "test-trace": "node --allow-natives-syntax --trace_opt --trace_deopt test/_all.js" }, "repository": "git://github.com/litejs/litejs.git", "bugs": { "url": "https://github.com/litejs/litejs/issues" }, "litejs": { "build": [ "-r README.md", "-i test/dev.html -o test/index.html" ] }, "devDependencies": { "dom-lite": "0.5.1" }, "jshintConfig": { "asi": true, "laxcomma": true, "maxdepth": 6, "quotmark": "double" } }