forked from gruntjs/grunt-legacy-log
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 924 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
{
"name": "grunt-legacy-log",
"description": "The Grunt 0.4.x logger.",
"version": "1.0.0-rc1",
"author": "\"Cowboy\" Ben Alman (http://benalman.com/)",
"homepage": "http://gruntjs.com/",
"repository": {
"type": "git",
"url": "git://github.com/gruntjs/grunt-legacy-log.git"
},
"bugs": {
"url": "http://github.com/gruntjs/grunt-legacy-log/issues"
},
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"engines": {
"node": ">= 0.10.0"
},
"keywords": [
"grunt",
"legacy"
],
"dependencies": {
"colors": "~1.1.2",
"grunt-legacy-log-utils": "~1.0.0",
"hooker": "~0.2.3",
"lodash": "~3.10.1",
"underscore.string": "~3.2.3"
},
"devDependencies": {
"grunt": "~0.4.4",
"grunt-cli": "~0.1.13",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "~0.3.3",
"grunt-contrib-watch": "~0.6.1"
}
}