-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
68 lines (67 loc) · 1.96 KB
/
package.json
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
{
"name": "broccoli-field-image-editor",
"version": "0.0.1-alpha.1+nb",
"description": "",
"main": "libs/server.js",
"scripts": {
"up": "node ./node_modules/baobab-fw/lib/cmd/server.js",
"test": "mocha --ui tdd ./tests/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pickles2/broccoli-field-image-editor.git"
},
"author": "Misaki Shibata",
"license": "MIT",
"bugs": {
"url": "https://github.com/pickles2/broccoli-field-image-editor/issues"
},
"homepage": "https://github.com/pickles2/broccoli-field-image-editor#readme",
"dependencies": {
"cheerio": "^0.19.0",
"desktop-utils": "git://github.com/tomk79/node-desktop-utils.git",
"es6-promise": "^3.0.2",
"glob": "^5.0.14",
"iterate79": "0.0.1",
"jquery": "^2.1.4",
"markdown": "^0.5.0",
"marked": "0.3.*",
"mkdirp": "^0.5.1",
"node-php-bin": "^0.1.6",
"phpjs": "^1.3.2",
"twig": "^0.8.2",
"underscore": "^1.8.3",
"JSONPath": "git://github.com/s3u/JSONPath.git",
"br-resouce": "git://github.com/m-prj/br-resouce.git",
"filereader": "^0.10.3",
"fs-extra": "^0.24.0",
"htmlparser": "^1.7.7",
"json": "^9.0.3",
"m-log": "0.0.1",
"m-util": "*",
"psd": "^3.1.0",
"unoconv2": "^1.0.0"
},
"devDependencies": {
"baobab-fw": "git://github.com/tomk79/BaobabFW.git",
"bootstrap": "^3.3.5",
"broccoli-html-editor": "git://github.com/pickles2/broccoli-html-editor.git",
"gulp": "^3.8.10",
"gulp-autoprefixer": "^2.3.1",
"gulp-browserify": "^0.5.1",
"gulp-concat": "^2.6.0",
"gulp-minify-css": "^1.2.1",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.1",
"gulp-twig": "^0.3.0",
"gulp-uglify": "^1.2.0",
"mocha": "^2.1.0"
},
"baobabConfig": {
"defaultPort": 8088,
"frontendDocumentRoot": "./tests/testdata/htdocs/",
"backendJs": "./tests/baobab/backend/main.js",
"backendApis": "./tests/baobab/backend/apis/"
}
}