-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
executable file
·44 lines (44 loc) · 987 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "npm-require",
"version": "1.3.0",
"description": "synchronous global require function for the browser to load commonjs modules from a (relative) path, a URL or npm",
"main": "src/npm-require.js",
"scripts": {
"start": "budo . --ssl --live --open",
"//": "# is this enough? serve-https . -p 1443"
},
"repository": {
"type": "git",
"url": "git+https://github.com/serapath/npm-require.git"
},
"keywords": [
"npm",
"install",
"require",
"browser",
"browserify",
"package.json",
"browser-cdn",
"browserify-cdn",
"wzrd",
"wzrd.in",
"unpkg",
"unpkg.com",
"module loader",
"module",
"loader",
"cjs",
"commonjs",
"import",
"modules"
],
"author": "@serapath",
"license": "MIT",
"bugs": {
"url": "https://github.com/serapath/npm-require/issues"
},
"homepage": "https://github.com/serapath/npm-require#readme",
"devDependencies": {
"budo": "^11.4.1"
}
}