-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 935 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
{
"name": "grunt-ef-codestyle",
"description": "Grunt task that reinforces EF coding style conventions",
"version": "0.0.3",
"author": "[email protected]",
"licenses": {
"type": "MIT",
"url": "https://github.com/gruntjs/grunt-contrib-less/blob/master/LICENSE-MIT"
},
"repository": {
"type": "git",
"url": "git://github.com/englishtown/grunt-ef-codestyle.git"
},
"bugs": {
"url": "https://github.com/englishtown/grunt-ef-codestyle/issues"
},
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {},
"keywords": [
"gruntplugin",
"coding-style",
"convention",
"jsbeautify",
"esformatter"
],
"homepage": "https://github.com/englishtown/grunt-ef-codestyle#readme",
"dependencies": {
"esformatter-quotes": "^1.0.3",
"grunt": "^0.4.5",
"grunt-esformatter": "^1.0.1",
"grunt-jsbeautifier": "^0.2.10",
"lodash": "^3.10.1"
}
}