-
Notifications
You must be signed in to change notification settings - Fork 287
/
package.json
53 lines (53 loc) · 1.71 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
{
"name": "hydrogen-js-sdk",
"version": "2.6.0",
"description": "本SDK基于es6开发,致力打造基于前端混合开发需求,支持微信小程序、H5、快应用、游戏Cocos、混合App等平台, 整个SDK,就dist目录下Bmob.*.js 这个文件即可使用全部功能,请使用最新版本。",
"main": "./index.js",
"typings": "./index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config config/prod.env.js",
"watch": "webpack --watch --config config/prod.env.js",
"dev": "webpack-dev-server --config config/dev.env.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bmob/hydrogen-js-sdk.git"
},
"author": "Bmob",
"license": "ISC",
"bugs": {
"url": "https://github.com/bmob/hydrogen-js-sdk/issues"
},
"homepage": "https://github.com/bmob/hydrogen-js-sdk#readme",
"dependencies": {
"babel-runtime": "^6.26.0",
"eventsource-parser": "^1.0.0",
"node.extend": "^2.0.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"clean-webpack-plugin": "^0.1.19",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.0.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.1.0",
"html-webpack-plugin": "^2.30.1",
"uglifyjs-webpack-plugin": "^1.2.5",
"webpack": "^3.12.0",
"webpack-dev-server": "^2.11.2"
},
"directories": {
"doc": "docs"
},
"keywords": [
"Bmob"
]
}