UNPKG

toloframework

Version:

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

49 lines (48 loc) 1.1 kB
{ "name": "toloframework", "version": "0.34.3", "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": { "test": "node node_modules/jasmine/bin/jasmine.js", "test:dbg": "node --debug-brk node_modules/jasmine/bin/jasmine.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": { "colors": "^1.1.2", "less": "^2.5.3", "marked": "^0.3.5", "readline-sync": "^1.2.22", "string": "^3.3.1", "uglify-js": "^2.6.1" }, "homepage": "https://github.com/tolokoban/ToloFrameWork", "main": "index.js", "devDependencies": { "jasmine": "^2.4.1" } }