-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 920 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": "undertaker-lib-tasks",
"version": "0.5.3",
"description": "",
"main": "lib/index.js",
"license": "MIT",
"author": {
"name": "Olivier Louvignes",
"email": "olivier@mg-crea.com",
"url": "https://github.com/mgcrea"
},
"repository": {
"type": "git",
"url": "https://github.com/ng-tools/undertaker-lib-tasks.git"
},
"scripts": {
"test": "eslint lib"
},
"dependencies": {
"browser-sync": "^2.10.0",
"chalk": "^1.1.1",
"connect-modrewrite": "^0.8.2",
"del": "^2.0.2",
"export-files": "^2.1.0",
"gulp-if": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-watch": "^4.3.5",
"lodash": "^3.10.1",
"merge-stream": "^1.0.0",
"resolve-require": "^0.2.0",
"undertaker-registry": "0.0.4",
"vinyl-fs": "^2.2.1"
},
"devDependencies": {
"eslint": "^1.9.0",
"eslint-config-airbnb": "^1.0.0",
"gulp-debug": "^2.1.2"
}
}