toloframework
Version:
Javascript/HTML/CSS compiler for Firefox OS or nodewebkit apps using modules in the nodejs style.
77 lines (76 loc) • 2.29 kB
JSON
{
"name": "toloframework",
"version": "0.43.0",
"description": "Javascript/HTML/CSS compiler for Firefox OS or nodewebkit apps using modules in the nodejs style.",
"bin": {
"tfw": "bin/tfw.js"
},
"scripts": {
"clean": "node bin/tfw.js clean",
"watch": "node bin/tfw.js build debug test -dir spec-karma watch",
"debug": "node 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": "devtool 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": "devtool 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": "devtool 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": {
"clean-css": "^4.1.9",
"colors": "^1.1.2",
"jaguar": "^1.1.10",
"jsdoc": "^3.5.5",
"less": "^2.7.3",
"marked": "^0.3.9",
"readline-sync": "^1.4.7",
"rework": "^1.0.1",
"rework-vars": "^3.1.1",
"string": "^3.3.3",
"tlk-lexer": "0.0.5",
"toloframework-permissive-json": "^1.0",
"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.8.0",
"jasmine-core": "^2.9.1",
"karma": "^2.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.1.0",
"karma-jasmine": "^1.1.1"
},
"reservedModules": []
}