1 | {
|
2 | "name": "browserify-shim",
|
3 | "version": "3.8.16",
|
4 | "description": "Makes CommonJS-incompatible modules browserifyable.",
|
5 | "main": "index.js",
|
6 | "scripts": {
|
7 | "test-main": "tap test/*.js && tap test/shim/*.js",
|
8 | "test": "test-peer-range browserify",
|
9 | "shim-jquery": "npm install opener && cd ./examples/shim-jquery && npm install && node build.js && opener index.html",
|
10 | "shim-jquery-diag": "npm install opener && cd ./examples/shim-jquery && npm install && node build-diag.js && opener index.html",
|
11 | "expose-jquery": "npm install opener && cd ./examples/expose-jquery && npm install && node build.js && opener index.html",
|
12 | "expose-jquery-diag": "npm install opener && cd ./examples/expose-jquery && npm install && node build-diag.js && opener index.html",
|
13 | "dependency-with-global": "npm install opener && cd ./examples/dependency-with-global && npm install && node build.js && opener index.html",
|
14 | "dependency-with-global-diag": "npm install opener && cd ./examples/dependency-with-global && npm install && node build-diag.js && opener index.html"
|
15 | },
|
16 | "repository": {
|
17 | "type": "git",
|
18 | "url": "git://github.com/thlorenz/browserify-shim.git"
|
19 | },
|
20 | "keywords": [
|
21 | "browserify",
|
22 | "browserify-transform",
|
23 | "shim",
|
24 | "global",
|
25 | "globals",
|
26 | "transform",
|
27 | "window",
|
28 | "commonjs"
|
29 | ],
|
30 | "author": "Thorsten Lorenz <thlorenz@gmx.de> (thlorenz.com)",
|
31 | "license": "MIT",
|
32 | "readmeFilename": "README.md",
|
33 | "devDependencies": {
|
34 | "browserify": ">= 13",
|
35 | "jsdom": "^5.4.2",
|
36 | "ncp": "~0.5.0",
|
37 | "proxyquire": "~0.5.1",
|
38 | "request": "~2.88.0",
|
39 | "rimraf": "~2.2.6",
|
40 | "tap": "^1.1.0",
|
41 | "test-peer-range": "1.0.1"
|
42 | },
|
43 | "dependencies": {
|
44 | "exposify": "~0.5.0",
|
45 | "mothership": "~0.3.0",
|
46 | "rename-function-calls": "~0.1.0",
|
47 | "resolve": "~0.6.1",
|
48 | "through": "~2.3.4"
|
49 | },
|
50 | "peerDependencies": {
|
51 | "browserify": ">= 2.3"
|
52 | }
|
53 | }
|