Authored by huangyi

活动sdk init

1 { 1 {
2 - "name": "yoho-activity-sdk",  
3 - "version": "1.0.0",  
4 - "description": "YOHO!前端js的功能封装包,主要用于在活动页面中,对主要功能的封装。",  
5 - "keywords": [  
6 - "YOHO!",  
7 - "JS-SDK"  
8 - ],  
9 - "main": "build/sdk.js",  
10 - "scripts": {  
11 - "build": "webpack --mode development --config ./webpack.config.babel.js ",  
12 - "lint-js": "lint-js"  
13 - },  
14 - "config": {  
15 - "lintJs": [  
16 - {  
17 - "title": "JS",  
18 - "path": [  
19 - "."  
20 - ]  
21 - } 2 + "name": "yoho-activity-sdk",
  3 + "version": "1.0.2",
  4 + "description": "YOHO!前端js的功能封装包,主要用于在活动页面中,对主要功能的封装。",
  5 + "keywords": [
  6 + "YOHO!",
  7 + "JS-SDK"
  8 + ],
  9 + "main": "build/sdk.js",
  10 + "scripts": {
  11 + "build": "webpack --mode development --config ./webpack.config.babel.js ",
  12 + "lint-js": "lint-js"
  13 + },
  14 + "config": {
  15 + "lintJs": [
  16 + {
  17 + "title": "JS",
  18 + "path": [
  19 + "."
22 ] 20 ]
23 - },  
24 - "repository": {  
25 - "type": "git",  
26 - "url": "http://git.yoho.cn/fe/yoho-activity-sdk.git"  
27 - },  
28 - "author": "y.huang@yoho.cn",  
29 - "licenses": "MIT",  
30 - "devDependencies": {  
31 - "babel-cli": "^6.26.0",  
32 - "babel-core": "^6.26.0",  
33 - "babel-loader": "^7.1.4",  
34 - "babel-plugin-import": "^1.7.0",  
35 - "babel-plugin-transform-runtime": "^6.23.0",  
36 - "babel-plugin-syntax-dynamic-import": "^6.18.0",  
37 - "babel-preset-env": "^1.6.1",  
38 - "babel-preset-es2015": "^6.24.1",  
39 - "babel-preset-stage-0": "^6.24.1",  
40 - "clean-webpack-plugin": "^0.1.19",  
41 - "compression-webpack-plugin": "^1.1.11",  
42 - "copy-webpack-plugin": "^4.5.1",  
43 - "extract-text-webpack-plugin": "^4.0.0-beta.0",  
44 - "uglifyjs-webpack-plugin": "^2.0.1",  
45 - "file-loader": "^1.1.11",  
46 - "url-loader": "^1.0.1",  
47 - "webpack": "^4.17.2",  
48 - "webpack-cli": "^2.0.14",  
49 - "weixin-js-sdk": "^1.3.3",  
50 - "fetch-jsonp": "^1.1.3",  
51 - "eslint": "^3.19.0",  
52 - "eslint-config-yoho": "^1.0.1",  
53 - "eslint-loader": "^1.7.1",  
54 - "eslint-plugin-html": "^2.0.3",  
55 - "promise-polyfill": "^8.1.0"  
56 - },  
57 - "dependencies": {},  
58 - "directories": {  
59 - "example": "example"  
60 - },  
61 - "license": "ISC" 21 + }
  22 + ]
  23 + },
  24 + "repository": {
  25 + "type": "git",
  26 + "url": "http://git.yoho.cn/fe/yoho-activity-sdk.git"
  27 + },
  28 + "author": "y.huang@yoho.cn",
  29 + "licenses": "MIT",
  30 + "devDependencies": {
  31 + "babel-cli": "^6.26.0",
  32 + "babel-core": "^6.26.0",
  33 + "babel-loader": "^7.1.4",
  34 + "babel-plugin-import": "^1.7.0",
  35 + "babel-plugin-transform-runtime": "^6.23.0",
  36 + "babel-plugin-syntax-dynamic-import": "^6.18.0",
  37 + "babel-preset-env": "^1.6.1",
  38 + "babel-preset-es2015": "^6.24.1",
  39 + "babel-preset-stage-0": "^6.24.1",
  40 + "clean-webpack-plugin": "^0.1.19",
  41 + "compression-webpack-plugin": "^1.1.11",
  42 + "copy-webpack-plugin": "^4.5.1",
  43 + "extract-text-webpack-plugin": "^4.0.0-beta.0",
  44 + "uglifyjs-webpack-plugin": "^2.0.1",
  45 + "file-loader": "^1.1.11",
  46 + "url-loader": "^1.0.1",
  47 + "webpack": "^4.17.2",
  48 + "webpack-cli": "^2.0.14",
  49 + "weixin-js-sdk": "^1.3.3",
  50 + "fetch-jsonp": "^1.1.3",
  51 + "eslint": "^3.19.0",
  52 + "eslint-config-yoho": "^1.0.1",
  53 + "eslint-loader": "^1.7.1",
  54 + "eslint-plugin-html": "^2.0.3",
  55 + "promise-polyfill": "^8.1.0"
  56 + },
  57 + "dependencies": {},
  58 + "directories": {
  59 + "example": "example"
  60 + },
  61 + "license": "ISC"
62 } 62 }