-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 851 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
{
"name": "grunt-cp",
"description": "A Grunt plugin for copying directories (recursively)",
"version": "0.1.0",
"homepage": "https://github.com/c4urself/grunt-cp",
"author": {
"name": "Christian Verkerk"
},
"repository": {
"type": "git",
"url": "git://github.com/c4urself/grunt-cp.git"
},
"bugs": {
"url": "https://github.com/c4urself/grunt-cp/issues"
},
"licenses": [{
"type": "MIT",
"url": "https://github.com/c4urself/grunt-cp/blob/master/LICENSE-MIT"
}],
"main": "grunt.js",
"bin": "bin/grunt-cp",
"engines": {
"node": "*"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"grunt": "~0.3.8"
},
"devDependencies": {
"grunt": "~0.3.8"
},
"keywords": ["gruntplugin"]
}