-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.12 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
48
49
50
{
"name": "@petervanderdoes/gulp-isort",
"version": "1.2.0-dev.1",
"description": "Gulp plugin for Isort.",
"main": "src/index.js",
"homepage": "http://github.com/petervanderdoes/gulp-isort",
"repository": {
"type": "git",
"url": "git://github.com/petervanderdoes/gulp-isort"
},
"bugs": {
"url": "https://github.com/petervanderdoes/gulp-isort/issues"
},
"author": {
"name": "Peter van der Does",
"email": "[email protected]"
},
"keywords": [
"gulp",
"gulpplugin",
"python",
"lint",
"isort"
],
"dependencies": {
"chalk": "^1.1.3",
"event-stream": "^3.3.4",
"gulp-util": "^3.0.8",
"map-stream": "^0.0.7",
"through2": "^2.0.3"
},
"devDependencies": {
"coveralls": "^2.13.0",
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.1.3",
"eslint-plugin-import": "^2.2.0",
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.1",
"istanbul": "^0.4.5",
"mocha": "^3.2.0",
"semistandard": "^10.0.0",
"should": "^11.2.1",
"vinyl": "^2.0.1"
},
"engineStrict": true,
"engines": {
"node": ">= 0.11"
},
"license": "MIT"
}