UNPKG

reqjs

Version:

Require from string for browser use.

58 lines (57 loc) 1.13 kB
{ "name": "reqjs", "version": "1.0.3", "description": "Require from string for browser use.", "repository": { "url": "egoist/reqjs", "type": "git" }, "main": "dist/req.common.js", "cdn": "dist/req.js", "unpkg": "dist/req.js", "files": [ "dist" ], "scripts": { "test:cov": "jest --coverage && npm run lint", "test": "jest && npm run lint", "lint": "xo", "prepublish": "npm run build", "build": "bili --filename req --format cjs,umd --compress umd --banner" }, "author": "egoist <0x142857@gmail.com>", "license": "MIT", "jest": { "testEnvironment": "node" }, "babel": { "env": { "test": { "presets": [ [ "env", { "targets": { "node": "current" } } ] ] } } }, "dependencies": {}, "devDependencies": { "babel-preset-env": "^1.4.0", "bili": "^0.17.0", "eslint-config-rem": "^3.0.0", "jest-cli": "^19.0.0", "xo": "^0.18.0" }, "xo": { "extends": "rem", "envs": [ "jest" ] } }