UNPKG

weapp-next

Version:

Weapp(微信小程序) official API wrapper, purpose to expose fashionable, friendly and fluent programming API.

64 lines (63 loc) 1.65 kB
{ "name": "weapp-next", "version": "0.5.0", "apiVersion": "1.7.0", "description": "Weapp(微信小程序) official API wrapper, purpose to expose fashionable, friendly and fluent programming API.", "main": "dist/index.js", "scripts": { "pretest": "eslint es6", "test": "jest --coverage", "generate": "node -r babel-register ./scripts/generater.js", "build": "npm test && rimraf dist/* && webpack --progress --colors --config webpack.config.js" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/xixilive/weapp-next.git" }, "keywords": [ "wechat", "wexin", "微信小程序", "weapp", "es6", "es-next" ], "author": "xixilive@gmail.com", "license": "MIT", "bugs": { "url": "https://github.com/xixilive/weapp-next/issues" }, "homepage": "https://github.com/xixilive/weapp-next#readme", "devDependencies": { "babel-cli": "^6.18.0", "babel-core": "^6.21.0", "babel-eslint": "^7.1.1", "babel-jest": "^18.0.0", "babel-loader": "^6.2.10", "babel-plugin-add-module-exports": "^0.2.1", "babel-preset-es2015": "^6.18.0", "babel-preset-stage-0": "^6.16.0", "core-js": "^2.4.1", "eslint": "^3.12.2", "jest-cli": "^18.0.0", "lodash": "^4.17.4", "rimraf": "^2.5.4", "webpack": "^1.14.0" }, "jest": { "automock": false, "bail": true, "transform": { ".js": "<rootDir>/node_modules/babel-jest" }, "testPathDirs": [ "<rootDir>/__tests__/" ], "unmockedModulePathPatterns": [ "/node_modules/" ], "testPathIgnorePatterns": [ "/node_modules/" ] } }