forked from freezedev/grunt-amd-tamer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.17 KB
/
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
47
48
49
50
51
52
53
54
55
{
"name": "grunt-amd-tamer",
"description": "Tame your AMD modules",
"version": "1.0.0",
"homepage": "https://github.com/freezedev/grunt-amd-tamer",
"author": {
"name": "Johannes Stein",
"email": "[email protected]",
"url": "http://www.freeze-dev.com"
},
"repository": {
"type": "git",
"url": "https://github.com/freezedev/grunt-amd-tamer.git"
},
"bugs": {
"url": "https://github.com/freezedev/grunt-amd-tamer/issues"
},
"licenses": [
{
"type": "Public domain",
"url": "https://github.com/freezedev/grunt-amd-tamer/blob/master/LICENSE"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-nodeunit": "~0.4.0",
"grunt-release": "^0.12.0"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"keywords": [
"gruntplugin",
"amd",
"modules",
"module",
"concat",
"sourcemap",
"requirejs",
"require",
"almond"
],
"dependencies": {
"sourcemap-concat": "^1.0.2"
}
}