forked from dexteryy/grunt-ozjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 867 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
{
"name": "grunt-ozjs",
"title": "grunt-ozjs",
"description": "grunt tasks for oz.js and ozma.js",
"version": "0.1.9",
"homepage": "https://github.com/dexteryy/grunt-ozjs",
"author": {
"name": "dexteryy",
"email": "dexter.yy@gmail.com",
"url": "http://github.com/dexteryy"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/gruntjs/grunt-contrib-requirejs/blob/master/LICENSE-MIT"
}
],
"main": "grunt.js",
"engines": {
"node": "*"
},
"devDependencies": {
"grunt": "~0.3.16"
},
"dependencies": {
"ozma": ">=1.4.3"
},
"keywords": [
"gruntplugin",
"browser",
"require",
"AMD",
"bundle",
"build",
"ozjs"
]
}