forked from zzm2q/editor-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.85 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 1.85 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "editor-framework",
"version": "0.3.17",
"description": "A simple framework for making panel based applications.",
"homepage": "http://fireball-x.com",
"repository": {
"type": "git",
"url": "https://github.com/fireball-x/editor-framework.git"
},
"author": "Firebox Technology",
"license": "MIT",
"bugs": {
"url": "https://github.com/fireball-x/editor-framework/issues"
},
"scripts": {
"preinstall": "npm install npmconf@2.1.2 && node ./utils/pre-install-npm.js",
"postinstall": "gulp post-install-npm",
"install": "gulp bootstrap && bower install && gulp npm-rebuild",
"test": "node ./utils/run-tests.js",
"start": "node ./utils/run.js",
"api": "firedoc build ./ --theme notab"
},
"dependencies": {
"async": "1.4.2",
"chai": "3.2.0",
"chalk": "1.1.1",
"chokidar": "1.1.0",
"commander": "2.9.0",
"del": "1.2.1",
"diff": "2.1.1",
"fire-fs": "0.2.1",
"fire-path": "0.1.7",
"fire-url": "0.1.6",
"globby": "3.0.1",
"gulp": "3.9.0",
"gulp-babel": "5.2.1",
"gulp-less": "3.0.3",
"gulp-sequence": "0.4.1",
"gulp-stylus": "2.0.7",
"lodash": "3.10.1",
"mocha": "2.3.2",
"semver": "5.0.3",
"sinon": "1.16.1",
"winston": "1.0.1"
},
"devDependencies": {
"check-dependencies": "0.10.3",
"find-up": "1.0.0",
"firedoc": "1.10.0",
"gulp-changed": "1.3.0",
"gulp-jshint": "1.11.2",
"gulp-watch": "4.3.5",
"jshint-stylish": "2.0.1",
"npmconf": "2.1.2"
},
"builtins": [
"fireball-packages/console",
"fireball-packages/ipc-debugger",
"fireball-packages/package-manager",
"fireball-packages/tester",
"fireball-packages/ui-kit"
],
"hosts": [
"fireball-packages/package-examples"
],
"nativeModules": [
"chokidar"
],
"electronVersion": "0.34.2",
"main": "package-examples/main.js"
}