UNPKG

toloframework

Version:

Javascript/HTML/CSS compiler for Firefox OS or nodewebkit apps using modules in the nodejs style.

84 lines (83 loc) 2.52 kB
{ "name": "toloframework", "version": "0.50.14", "description": "Javascript/HTML/CSS compiler for Firefox OS or nodewebkit apps using modules in the nodejs style.", "bin": { "tfw": "bin/tfw.js" }, "directories": { "test": "test" }, "scripts": { "clean": "node bin/tfw.js clean", "watch": "node bin/tfw.js build debug test -dir spec-karma watch", "debug": "node --inspect-brk bin/tfw.js build debug test -dir spec-karma", "release": "node bin/tfw.js build version clean", "test": "node node_modules/jasmine/bin/jasmine.js JASMINE_CONFIG_PATH=spec-jasmine/jasmine.json", "test:dbg": "node --inspect-brk node_modules/jasmine/bin/jasmine.js JASMINE_CONFIG_PATH=spec-jasmine/jasmine.json", "jasmine": "node node_modules/jasmine/bin/jasmine.js JASMINE_CONFIG_PATH=spec-jasmine/jasmine.json", "jasmine:dbg": "node --inspect-brk node_modules/jasmine/bin/jasmine.js JASMINE_CONFIG_PATH=spec-jasmine/jasmine.json", "karma": "node node_modules/karma/bin/karma start karma.conf.js", "karma:dbg": "node --inspect-brk node_modules/karma/bin/karma start karma.conf.js" }, "repository": { "type": "git", "url": "https://github.com/tolokoban/ToloFrameWork.git" }, "keywords": [ "tolokoban", "firefoxos", "fxos", "commonjs", "mobile", "webapp", "designer", "framework", "require" ], "author": "Tolokoban", "license": "GPL-3.0", "bugs": { "url": "https://github.com/tolokoban/ToloFrameWork/issues" }, "dependencies": { "@babel/cli": "^7.1.5", "@babel/core": "^7.1.6", "@babel/polyfill": "^7.0.0", "@babel/preset-env": "^7.1.6", "babel-preset-minify": "^0.5.0", "clean-css": "^4.2.1", "colors": "^1.3.2", "jaguar": "^1.1.10", "jsdoc": "^3.5.5", "less": "^2.7.3", "marked": "^0.3.9", "readline-sync": "^1.4.9", "rework": "^1.0.1", "rework-vars": "^3.1.1", "tlk-lexer": "0.0.5", "toloframework-permissive-json": "^1.0.5", "uglify-js": "^2.8.29" }, "homepage": "https://github.com/tolokoban/ToloFrameWork", "main": "index.js", "tfw": { "modules": [], "compile": { "type": "firefoxos", "files": [ "(xjs|test)\\.html$" ] }, "output": "gh-pages" }, "devDependencies": { "jasmine": "^2.99.0", "jasmine-core": "^2.99.1", "karma": "^2.0.5", "karma-chrome-launcher": "^2.2.0", "karma-firefox-launcher": "^1.1.0", "karma-jasmine": "^1.1.2" }, "reservedModules": [] }