Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80538 views
1
{
2
"name": "umd",
3
"version": "3.0.1",
4
"description": "Universal Module Definition for use in automated build systems",
5
"bin": {
6
"umd": "./bin/cli.js"
7
},
8
"dependencies": {},
9
"devDependencies": {
10
"brfs": "^1.3.0",
11
"linify": "~1.0.1",
12
"mocha": "*",
13
"uglify-js": "~2.4.0"
14
},
15
"scripts": {
16
"build": "uglifyjs template.js > template.min.js && brfs source.js > index.js",
17
"test": "npm run build && mocha -R spec",
18
"prepublish": "npm run build && linify transform bin"
19
},
20
"files": [
21
"index.js",
22
"bin/cli.js"
23
],
24
"repository": {
25
"type": "git",
26
"url": "https://github.com/ForbesLindesay/umd.git"
27
},
28
"author": {
29
"name": "ForbesLindesay"
30
},
31
"license": "MIT",
32
"gitHead": "8fc39397901723d695136ee1fdceefb8e0392f5f",
33
"bugs": {
34
"url": "https://github.com/ForbesLindesay/umd/issues"
35
},
36
"homepage": "https://github.com/ForbesLindesay/umd",
37
"_id": "[email protected]",
38
"_shasum": "8ae556e11011f63c2596708a8837259f01b3d60e",
39
"_from": "umd@>=3.0.0 <4.0.0",
40
"_npmVersion": "1.4.28",
41
"_npmUser": {
42
"name": "zertosh",
43
"email": "[email protected]"
44
},
45
"maintainers": [
46
{
47
"name": "forbeslindesay",
48
"email": "[email protected]"
49
},
50
{
51
"name": "zertosh",
52
"email": "[email protected]"
53
},
54
{
55
"name": "jazz",
56
"email": "[email protected]"
57
},
58
{
59
"name": "ralphtheninja",
60
"email": "[email protected]"
61
}
62
],
63
"dist": {
64
"shasum": "8ae556e11011f63c2596708a8837259f01b3d60e",
65
"tarball": "http://registry.npmjs.org/umd/-/umd-3.0.1.tgz"
66
},
67
"directories": {},
68
"_resolved": "https://registry.npmjs.org/umd/-/umd-3.0.1.tgz"
69
}
70
71