forked from rluba/browserify-global-shim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 870 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "browserify-global-shim",
"version": "1.0.3",
"main": "browserify-global-shim.js",
"description": "Browserify transform for replacing modules with global variables",
"homepage": "https://github.com/rluba/browserify-global-shim",
"bugs": "https://github.com/rluba/browserify-global-shim/issues",
"author": {
"name": "Raphael Luba",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/rluba/browserify-global-shim"
},
"license": "MIT",
"devDependencies": {
"grunt-contrib-jshint": "~0.7.0",
"grunt-contrib-watch": "~0.5.0",
"grunt-mocha-test": "~0.8.1",
"jshint-stylish": "~0.1.3",
"load-grunt-tasks": "~0.2.0",
"mocha": "~1.16.1",
"time-grunt": "~0.2.0",
"assert": "~1.1.0"
},
"dependencies": {
"browserify-transform-tools": "^1.5.0"
}
}