UNPKG

2.39 kBJSONView Raw
1{
2 "name": "toloframework",
3 "version": "0.44.2",
4 "description": "Javascript/HTML/CSS compiler for Firefox OS or nodewebkit apps using modules in the nodejs style.",
5 "bin": {
6 "tfw": "bin/tfw.js"
7 },
8 "directories": {
9 "test": "test"
10 },
11 "scripts": {
12 "clean": "node bin/tfw.js clean",
13 "watch": "node bin/tfw.js build debug test -dir spec-karma watch",
14 "debug": "node bin/tfw.js build debug test -dir spec-karma",
15 "release": "node bin/tfw.js build version clean",
16 "test": "node node_modules/jasmine/bin/jasmine.js JASMINE_CONFIG_PATH=spec-jasmine/jasmine.json",
17 "test:dbg": "devtool node_modules/jasmine/bin/jasmine.js JASMINE_CONFIG_PATH=spec-jasmine/jasmine.json",
18 "jasmine": "node node_modules/jasmine/bin/jasmine.js JASMINE_CONFIG_PATH=spec-jasmine/jasmine.json",
19 "jasmine:dbg": "devtool node_modules/jasmine/bin/jasmine.js JASMINE_CONFIG_PATH=spec-jasmine/jasmine.json",
20 "karma": "node node_modules/karma/bin/karma start karma.conf.js",
21 "karma:dbg": "devtool node_modules/karma/bin/karma start karma.conf.js"
22 },
23 "repository": {
24 "type": "git",
25 "url": "https://github.com/tolokoban/ToloFrameWork.git"
26 },
27 "keywords": [
28 "tolokoban",
29 "firefoxos",
30 "fxos",
31 "commonjs",
32 "mobile",
33 "webapp",
34 "designer",
35 "framework",
36 "require"
37 ],
38 "author": "Tolokoban",
39 "license": "GPL-3.0",
40 "bugs": {
41 "url": "https://github.com/tolokoban/ToloFrameWork/issues"
42 },
43 "dependencies": {
44 "clean-css": "^4.1.11",
45 "colors": "^1.3.0",
46 "jaguar": "^1.1.10",
47 "jsdoc": "^3.5.5",
48 "less": "^2.7.3",
49 "marked": "^0.3.9",
50 "readline-sync": "^1.4.9",
51 "rework": "^1.0.1",
52 "rework-vars": "^3.1.1",
53 "tlk-lexer": "0.0.5",
54 "toloframework-permissive-json": "^1.0.5",
55 "uglify-js": "^2.8.29"
56 },
57 "homepage": "https://github.com/tolokoban/ToloFrameWork",
58 "main": "index.js",
59 "tfw": {
60 "modules": [],
61 "compile": {
62 "type": "firefoxos",
63 "files": [
64 "(xjs|test)\\.html$"
65 ]
66 },
67 "output": "gh-pages"
68 },
69 "devDependencies": {
70 "jasmine": "^2.99.0",
71 "jasmine-core": "^2.99.1",
72 "karma": "^2.0.2",
73 "karma-chrome-launcher": "^2.2.0",
74 "karma-firefox-launcher": "^1.1.0",
75 "karma-jasmine": "^1.1.2"
76 },
77 "reservedModules": []
78}