forked from bebraw/libumd
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 719 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 719 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
{
"name": "libumd",
"description": "Wraps given JavaScript code with UMD",
"author": "Juho Vepsalainen <bebraw@gmail.com>",
"version": "0.6.4",
"dependencies": {
"alphabet": "^1.0.0",
"annois": "^0.3.2",
"annozip": "^0.2.6",
"handlebars": "^4.0.2",
"object-merge": "^2.5.1"
},
"devDependencies": {
"localeval": "^15.2.3",
"phantom": "^0.7.2",
"tmp": "0.0.27"
},
"repository": {
"type": "git",
"url": "https://github.com/bebraw/libumd.git"
},
"homepage": "https://github.com/bebraw/libumd",
"bugs": {
"url": "https://github.com/bebraw/libumd/issues"
},
"scripts": {
"test": "node tests"
},
"keywords": [
"umd"
],
"license": "MIT"
}