UNPKG

javascriptx

Version:

javascript 基础库扩展

33 lines (32 loc) 864 B
{ "name": "javascriptx", "version": "0.1.7", "description": "javascript 基础库扩展", "main": "lib/index.js", "files": [ "lib" ], "keywords": [ "tongtong", "hezhanglin", "javascript", "utils", "commonjs" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "clean": "rm -rf lib && mkdir lib", "lib": "npm run clean && babel src --out-dir lib --copy-files" }, "author": "hezhanglin", "license": "MIT", "homepage": "https://gitee.com/Jcherish/javascriptx.git", "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.26.3", "babel-loader": "^8.0.6", "babel-plugin-istanbul": "^6.0.0", "babel-preset-es2015": "^6.24.1", "babel-preset-stage-0": "^6.24.1" } }