UNPKG

x-mini

Version:
49 lines (48 loc) 1.43 kB
{ "name": "x-mini", "version": "1.1.9", "description": "封装小程序", "main": "lib/index.js", "options": { "mini": "--harmony --require babel-core/register test/*.spec.js", "mocha": "--harmony --require babel-core/register test/**/*.spec.js" }, "scripts": { "clean": "rm -rf lib", "benchmark": "npm test && node benchmark", "build": "node ./build/copy.js", "lib": "./node_modules/.bin/babel ./test/wxapp/xmini -d lib", "prepublishOnly": "npm run clean && npm run build", "test": "./node_modules/.bin/_mocha $npm_package_options_mocha", "mini": "./node_modules/.bin/_mocha $npm_package_options_mini", "lint": "./node_modules/.bin/eslint --ext .js src test" }, "repository": { "type": "git", "url": "git+https://github.com/jskit/kit-xmini.git" }, "keywords": [ "mini-app", "aliapp", "wxapp", "xapp", "jskit" ], "author": "cloudyan <1395093509@qq.com>", "license": "MIT", "bugs": { "url": "https://github.com/jskit/kit-xmini/issues" }, "homepage": "https://github.com/jskit/kit-xmini#readme", "dependencies": {}, "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.26.3", "babel-plugin-add-module-exports": "^0.2.1", "babel-preset-env": "^1.7.0", "babel-preset-es2015": "^6.24.1", "babel-preset-stage-0": "^6.24.1", "babel-preset-stage-2": "^6.24.1", "fs-extra": "^7.0.0" } }