This repository has been archived by the owner on Jul 16, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 35
/
package.json
64 lines (64 loc) · 1.57 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
{
"name": "hybridJS",
"version": "1.0.0",
"description": "JavaScript layer for hybrid framework.",
"homepage": "https://github.com/chemdemo/hybrid-js",
"scripts": {
"start-dev": "node server/app develoption",
"build": "gulp",
"build-examples": "gulp pack-examples",
"start-release": "node server/app"
},
"config": {
"devPort": "3005",
"devHost": "0.0.0.0"
},
"keywords": [
"jsbridge",
"hybrid"
],
"contributors": [
"dmyang"
],
"repository": {
"type": "git",
"url": "https://github.com/chemdemo/hybrid-js.git"
},
"main": "index.js",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"babel-core": "^6.1.21",
"babel-loader": "^6.1.0",
"babel-preset-es2015": "^6.3.13",
"bundle-loader": "^0.5.0",
"colors": "^1.1.2",
"css-loader": "^0.9.0",
"extract-text-webpack-plugin": "^0.9.1",
"file-loader": "^0.7.2",
"gulp": "^3.9.0",
"gulp-jshint": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-rimraf": "^0.2.0",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"html-webpack-plugin": "^2.19.0",
"jshint": "^2.8.0",
"jshint-stylish": "^2.1.0",
"koa": "^0.21.0",
"koa-ejs": "^3.0.0",
"koa-proxy": "^0.3.0",
"koa-rewrite": "1.1.0",
"koa-router": "^5.1.2",
"koa-send": "^1.3.1",
"koa-static": "^1.4.9",
"koa-webpack-dev-middleware": "^1.0.1",
"less": "^1.7.5",
"less-loader": "^0.7.7",
"opn": "^3.0.3",
"style-loader": "^0.8.0",
"url-loader": "^0.5.5",
"webpack": "^1.12.6",
"webpack-dev-server": "^1.6.5"
}
}