-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 984 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
45
46
{
"name": "ozma",
"description": "Intelligent autobuild tool for OzJS",
"homepage": "https://ozjs.org/ozma",
"author": {
"name": "dexteryy",
"email": "dexter.yy@gmail.com",
"url": "http://github.com/dexteryy"
},
"repository": {
"type": "git",
"url": "git://github.com/dexteryy/ozma.js.git"
},
"licenses": [{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}],
"version": "1.9.2",
"bin": {
"ozma": "bin/ozma"
},
"main": "./ozma.js",
"files": [
"bin",
"ozma.js",
"README.md"
],
"devDependencies": {
},
"dependencies": {
"optimist": "~0.3.5",
"jsdom-nogyp": "~0.8.3"
},
"peerDependencies": {
"ozjs": "~2.6.4"
},
"keywords" : [
"browser",
"javascript",
"require",
"AMD",
"bundle",
"build",
"ozjs"
]
}