-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
40 lines (40 loc) · 974 Bytes
/
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
{
"name": "bh-mobile-sdk",
"version": "0.3.14",
"description": "wisedu mobile web sdk",
"main": "lib/index.js",
"files": [
"lib",
"src"
],
"scripts": {
"dev": "webpack-dev-server --config webpack.config.demo.js --inline --hot",
"dist": "webpack",
"prepublish": "npm run dist"
},
"repository": {
"type": "git",
"url": "https://github.com/wisedu/bh-mobile-sdk.git"
},
"keywords": [
"sdk",
"JavaScript"
],
"author": "GilbertSun",
"license": "ISC",
"bugs": {
"url": "https://github.com/wisedu/bh-mobile-sdk/issues"
},
"homepage": "https://github.com/wisedu/bh-mobile-sdk",
"devDependencies": {
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-stage-2": "^6.13.0",
"babel-runtime": "^6.0.0",
"kanpai": "^0.7.0",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.3"
}
}