UNPKG

855 BJSONView Raw
1{
2 "name": "libumd",
3 "description": "Wraps given JavaScript code with UMD",
4 "author": "Juho Vepsalainen <bebraw@gmail.com>",
5 "version": "0.5.0",
6 "dependencies": {
7 "annois": "^0.3.0",
8 "annozip": "^0.2.4",
9 "handlebars": "^2.0.0",
10 "object-merge": "^2.5.1",
11 "requirejs": "^2.1.15"
12 },
13 "devDependencies": {
14 "localeval": "^13.12.11",
15 "requirejs": "^2.1.15",
16 "smokestack": "^3.0.0",
17 "stream-splitter": "^0.3.0"
18 },
19 "repository": {
20 "type": "git",
21 "url": "https://github.com/bebraw/libumd.git"
22 },
23 "homepage": "https://github.com/bebraw/libumd",
24 "bugs": {
25 "url": "https://github.com/bebraw/libumd/issues"
26 },
27 "scripts": {
28 "test": "node tests"
29 },
30 "keywords": [],
31 "licenses": [
32 {
33 "type": "MIT",
34 "url": "https://github.com/bebraw/libumd/blob/master/LICENSE"
35 }
36 ]
37}