-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
47 lines (47 loc) · 1.08 KB
/
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
41
42
43
44
45
46
47
{
"name": "grunt-standard",
"version": "3.2.0",
"description": "Grunt Plugin for JavaScript Standard Style Linting and Formatting",
"main": "Gruntfile.js",
"repository": {
"url": "[email protected]:EasyAsABC123/grunt-standard.git",
"type": "git"
},
"author": {
"name": "Justin Schuhmann",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/EasyAsABC123/grunt-standard/issues"
},
"license": "MIT",
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "git://github.com/EasyAsABC123/grunt-standard.git"
},
"dependencies": {
"chalk": "^1.1.3",
"promise": "^7.1.1",
"standard": "^12.0.0",
"text-table": "^0.2.0"
},
"devDependencies": {
"grunt": "^1.0.1"
},
"engines": {
"node": ">=4.0"
},
"homepage": "https://github.com/EasyAsABC123/grunt-standard",
"standard": {
"globals": [
"grunt"
]
},
"scripts": {
"outdated": "npm outdated --depth 0",
"postshrinkwrap": "grunt validate-shrinkwrap --force",
"shrinkwrap": "npm-shrinkwrap --dev",
"test": "grunt"
}
}