-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 852 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
{
"name": "gulp-lodash-autobuild",
"version": "0.9.0",
"description": "A gulp plugin to create custom Lodash builds",
"repository": {
"type": "git",
"url": "git+https://github.com/laurent-le-graverend/gulp-lodash-autobuild.git"
},
"keywords": [
"lodash",
"lodash-cli",
"build",
"builder",
"autobuild",
"custom",
"gulp",
"plugin"
],
"author": "Laurent Le Graverend",
"license": "MIT",
"bugs": {
"url": "https://github.com/laurent-le-graverend/gulp-lodash-autobuild/issues"
},
"engines": {
"node": ">=4.2.2"
},
"dependencies": {
"gulp-util": "^3.0.7",
"lodash-cli": ">=4.15.0",
"mkdirp": "^0.5.1",
"through2": "^2.0.1"
},
"devDependencies": {
"eslint": "^3.4.0",
"eslint-config-bandlab": "^3.4.0",
"gulp": "^3.9.1",
"lodash": "^4.15.0"
}
}