forked from railsware/bozon
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.53 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "bozon",
"version": "0.7.1",
"description": "Framework for building Electron applications",
"repository": {
"type": "git",
"url": "https://github.com/railsware/bozon.git"
},
"main": "lib",
"scripts": {
"test": "mocha test/lib/bin/*.* --compilers coffee:coffee-script/register && mocha test/lib/building/*.* --compilers coffee:coffee-script/register && mocha test/lib/packaging/*.* --compilers coffee:coffee-script/register && mocha test/lib/scaffolding/*.* --compilers coffee:coffee-script/register && mocha test/lib/testing/*.* --compilers coffee:coffee-script/register && mocha test/lib/utils/*.* --compilers coffee:coffee-script/register"
},
"keywords": [
"electron",
"desktop",
"application",
"framework",
"bozon"
],
"author": "Railsware, Alex Chaplinsky",
"license": "MIT",
"dependencies": {
"chalk": "^1.1.3",
"commander": "^2.9.0",
"del": "^2.2.0",
"ejs": "^2.4.2",
"gulp-json-editor": "^2.2.1",
"inquirer": "^3.0.1",
"merge-config": "^2.0.0",
"underscore.string": "^3.3.4"
},
"preferGlobal": "true",
"bin": {
"bozon": "bin/bozon"
},
"engines": {
"node": ">= 5.10.1"
},
"devDependencies": {
"chai": "^3.5.0",
"coffee-script": "^1.12.4",
"mocha": "^3.2.0",
"mock-require": "^1.3.0",
"require-reload": "^0.2.2",
"sinon": "^1.17.4"
},
"versions": {
"electron": "1.6.2",
"electron-builder": "15.2.0",
"gulp": "^3.9.1",
"mocha": "^3.2.0",
"spectron": "^3.6.0",
"webpack-stream": "^3.2.0"
}
}