forked from bebraw/grunt-umd
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1005 Bytes
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1005 Bytes
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
45
46
47
48
49
{
"name": "grunt-umd",
"description": "Surrounds code with the universal module definition.",
"version": "2.3.6",
"homepage": "https://github.com/bebraw/grunt-umd",
"author": {
"name": "Juho Vepsalainen",
"email": "bebraw@gmail.com"
},
"contributors": [
{
"name": "Alex Lawrence",
"email": "info@alex-lawrence.com"
},
{
"name": "Juho Vepsalainen",
"email": "bebraw@gmail.com"
},
{
"name": "Milan Adamovsky",
"email": "milan.adamovsky@gmail.com"
},
{
"name": "Christopher Hiller",
"email": "chiller@badwing.com"
}
],
"repository": {
"type": "git",
"url": "git://github.com/bebraw/grunt-umd.git"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"main": "tasks/umd.js",
"engines": {
"node": "*"
},
"devDependencies": {
"grunt": "^0.4.5"
},
"dependencies": {
"libumd": "^0.6.2",
"xtend": "^4.0.0"
}
}