UNPKG

wepy

Version:

[![npm version](https://badge.fury.io/js/wepy.svg)](https://badge.fury.io/js/wepy) [![travis-ci](https://travis-ci.org/wepyjs/wepy.svg?branch=master)](https://travis-ci.org/wepyjs/wepy) [![Coverage Status](https://coveralls.io/repos/github/wepyjs/wepy/bad

34 lines (33 loc) 958 B
{ "name": "wepy", "version": "1.7.2", "description": "", "main": "lib/wepy.js", "scripts": { "prepublish": "npm run build", "build": "babel --presets es2015,stage-1 src/ --out-dir lib/ --source-maps", "watch-compile": "npm run build -- --watch", "watch": "npm run watch-compile", "test": "npm run eslint && npm run test-cov", "eslint": "eslint src/", "test-cov": "istanbul cover ./node_modules/mocha/bin/_mocha -- -t 50000 --recursive -R spec test/" }, "repository": { "type": "git", "url": "git@github.com:wepyjs/wepy.git" }, "author": "Gcaufy", "license": "MIT", "bugs": { "url": "https://github.com/wepyjs/wepy/issues" }, "homepage": "https://github.com/wepyjs/wepy#readme", "devDependencies": { "babel": "^6.5.2", "babel-cli": "^6.18.0", "babel-eslint": "^7.1.1", "babel-preset-es2015": "^6.18.0", "babel-preset-stage-1": "^6.16.0", "immutable": "^3.8.2" } }