UNPKG

2.6 kBJSONView Raw
1{
2 "name": "toloframework",
3 "version": "0.50.3",
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 --inspect-brk 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": "node --inspect-brk 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": "node --inspect-brk 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": "node --inspect-brk 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 "@babel/cli": "^7.1.5",
45 "@babel/core": "^7.1.6",
46 "@babel/polyfill": "^7.0.0",
47 "@babel/preset-env": "^7.1.6",
48 "babel-preset-minify": "^0.5.0",
49 "clean-css": "^4.2.1",
50 "colors": "^1.3.2",
51 "jaguar": "^1.1.10",
52 "jsdoc": "^3.5.5",
53 "less": "^2.7.3",
54 "marked": "^0.3.9",
55 "readline-sync": "^1.4.9",
56 "rework": "^1.0.1",
57 "rework-vars": "^3.1.1",
58 "tlk-lexer": "0.0.5",
59 "toloframework-permissive-json": "^1.0.5",
60 "uglify-js": "^2.8.29"
61 },
62 "homepage": "https://github.com/tolokoban/ToloFrameWork",
63 "main": "index.js",
64 "tfw": {
65 "modules": [],
66 "compile": {
67 "type": "firefoxos",
68 "files": [
69 "(xjs|test)\\.html$"
70 ]
71 },
72 "output": "gh-pages"
73 },
74 "devDependencies": {
75 "jasmine": "^2.99.0",
76 "jasmine-core": "^2.99.1",
77 "karma": "^2.0.5",
78 "karma-chrome-launcher": "^2.2.0",
79 "karma-firefox-launcher": "^1.1.0",
80 "karma-jasmine": "^1.1.2"
81 },
82 "reservedModules": []
83}