UNPKG

1.22 kBJSONView Raw
1{
2 "name": "{{name}}",
3 "author": "{{author}}",
4 "description": "{{desc}}",
5 "repository": {
6 "type": "git",
7 "url": "{{url}}"
8 },
9 "homepage": "{{homepage}}",
10 "license": "GPL-3.0",
11 "scripts": {
12 "test": "node node_modules/karma/bin/karma start karma.conf.js",
13 "test:dbg": "node --debug-brk node_modules/karma/bin/karma start karma.conf.js",
14 "debug": "node node_modules/toloframework/bin/tfw.js build debug test php",
15 "watch": "node node_modules/toloframework/bin/tfw.js build debug test php watch",
16 "clean": "node node_modules/toloframework/bin/tfw.js clean",
17 "release": "node node_modules/toloframework/bin/tfw.js build version php clean"
18 },
19 "bugs": {
20 "url": "{{bugs}}"
21 },
22 "tfw": {
23 "resources": [],
24 "modules": [],
25 "compile": {
26 "type": "{{type}}",
27 "files": [ "\\.html$" ]
28 },
29 "output": "www"
30 },
31 "version": "0.0.1",
32 "reservedModules": [],
33 "dependencies": {
34 "jasmine": "^2.99.0",
35 "jasmine-core": "^2.99.1",
36 "karma": "^2.0.2",
37 "karma-chrome-launcher": "^2.2.0",
38 "karma-firefox-launcher": "^1.1.0",
39 "karma-jasmine": "^1.1.2",
40 "toloframework": "^{{version}}"
41 }
42}