-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.2 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
{
"name": "huoban-app-sdk",
"version": "1.1.17",
"description": "for building applications on https://app.huoban.com",
"main": "lib/HuobanAppSDK.js",
"scripts": {
"build": "webpack --mode=build",
"dev": "webpack --progress --colors --watch --mode=dev",
"test": "mocha --compilers js:babel-core/register --colors -w ./test/*.spec.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/huobanteam/app-sdk-js.git"
},
"keywords": [
"huoban"
],
"author": "airwin",
"license": "MIT",
"bugs": {
"url": "https://github.com/huobanteam/app-sdk-js/issues"
},
"homepage": "https://github.com/huobanteam/app-sdk-js#readme",
"dependencies": {
"es6-promise": "^4.0.5",
"kjua": "^0.1.1",
"mini-defer": "0.0.5",
"semver-compare": "^1.0.0",
"uniq-id": "^1.0.0"
},
"devDependencies": {
"babel-core": "^6.9.1",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-0": "^6.5.0",
"chai": "^3.5.0",
"eslint": "^3.5.0",
"eslint-loader": "^1.5.0",
"mocha": "^2.5.3",
"webpack": "^1.13.1",
"yargs": "^4.7.1"
}
}