-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
43 lines (43 loc) · 936 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
{
"name": "grunt-commonjs",
"description": "Wraps client-side commonjs modules.",
"version": "0.2.0rc7",
"homepage": "https://github.com/avos/grunt-commonjs",
"author": {
"name": "Chris Abrams"
},
"repository": {
"type": "git",
"url": "git://github.com/avos/grunt-commonjs.git"
},
"bugs": {
"url": "https://github.com/avos/grunt-commonjs/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/avos/grunt-commonjs/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"bin": {
"grunt-commonjs": "bin/grunt-commonjs"
},
"engines": {
"node": "*"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"grunt": "~0.4.0"
},
"devDependencies": {
"grunt": "~0.4.0"
},
"keywords": [
"gruntplugin"
],
"_id": "[email protected]",
"_from": "grunt-commonjs@https://github.com/avos/grunt-commonjs/tarball/master"
}