-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 925 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
{
"name" : "grunt-wpca",
"version" : "0.6.1",
"description" : "Grunt plugin to ease Customer Area development",
"homepage" : "http://wp-customerarea.com",
"repository" : "git@github.com:marvinlabs/grunt-wpca.git",
"author" : {
"name" : "Vincent Mimoun-Prat @ MarvinLabs",
"url" : "http://vincentprat.info"
},
"keywords" : [
"gruntplugin"
],
"main" : "Gruntfile.js",
"engines" : {
"node" : ">= 0.8.0"
},
"license" : "Apache v2",
"devDependencies" : {
"grunt": "~1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-nodeunit": "~1.0.0",
"jshint-stylish": "~2.2.0",
"load-grunt-tasks": "~3.5.0"
},
"scripts" : {
"test" : "grunt test"
},
"dependencies" : {
"chalk" : "^1.1.3"
}
}