-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 807 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
{
"name": "gulp-standardize",
"version": "1.1.0",
"description": "Standard JS Linter for Gulp",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/michaelgilley/gulp-standardize.git"
},
"keywords": [
"standard",
"snazzy",
"gulpplugin"
],
"author": "Michael Gilley",
"license": "MIT",
"bugs": {
"url": "https://github.com/michaelgilley/gulp-standardize/issues"
},
"homepage": "https://github.com/michaelgilley/gulp-standardize#readme",
"dependencies": {
"chalk": "^1.1.1",
"gulp-util": "^3.0.7",
"standard": "^5.3.1",
"text-table": "^0.2.0",
"through2": "^2.0.0"
},
"devDependencies": {
"gulp": "^3.9.0",
"mocha": "^2.3.3",
"should": "^7.1.1"
}
}