-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 995 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
{
"name": "grunt-dojo-build-profile",
"description": "Auto generate dojo build profiles based on project source",
"version": "0.0.1",
"homepage": "https://github.com/kfbishop/grunt-dojo-build-profile",
"author": {
"name": "Karl Bishop",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/kfbishop/grunt-dojo-build-profile.git"
},
"bugs": {
"url": "https://github.com/kfbishop/grunt-dojo-build-profile/issues"
},
"licenses": [
{
"type": "BSD",
"url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L13"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
},
"peerDependencies": {
"grunt": "~0.4.1",
"grunt-madge": "0.0.1"
},
"keywords": [
"gruntplugin",
"dojo"
],
"readme": "# grunt-dojo-build-profile\n\n> See README.md for details.",
"readmeFilename": "README.md"
}