-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 768 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 768 Bytes
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
{
"name": "grunt-multi",
"version": "0.0.7",
"description": "Run Grunt task with multi-configuration.",
"scripts": {
"test": "mocha -t 0 -R spec"
},
"repository": {
"type": "git",
"url": "http://github.com/neekey/grunt-multi.git"
},
"bugs": {
"url": "http://github.com/neekey/grunt-multi/issues/new"
},
"keywords": [
"gruntplugin"
],
"contributors": [
{
"name": "yinruo",
"email": "yinruo.nyj@taobao.com"
},
{
"name": "Renato Rodrigues",
"url" : "https://github.com/rerodrigues"
}
],
"license": "MIT",
"devDependencies": {
"fs-extra": "~0.6.3",
"mocha": "~1.12.0"
}
}