-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.03 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
{
"name": "gulp-overwatch",
"version": "1.0.4",
"description": "Gulp task for automating the update your local dependencies installed by jspm-local endpoint ",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Netatwork-de/gulp-overwatch.git"
},
"author": "Henning Krause",
"license": "Apache-2.0",
"directories": {
"lib": "dist",
"src": "src"
},
"devDependencies": {
"babel-preset-es2015-node5": "^1.1.1",
"babel-preset-stage-0": "^6.3.13",
"gulp": "^3.9.0",
"gulp-async-tasks": "^1.0.0",
"gulp-babel": "^6.1.1",
"gulp-bump": "^1.0.0",
"gulp-changed": "^1.3.0",
"gulp-gulp": "0.0.5",
"gulp-jspm-local": "^1.0.1",
"gulp-sourcemaps": "^1.6.0",
"run-sequence": "^1.1.5"
},
"dependencies": {
"chokidar": "^1.4.2",
"graceful-fs": "^4.1.2",
"gulp-jspm-local": "^1.0.4",
"gulp-util": "^3.0.7",
"path": "^0.12.7",
"rsvp": "^3.1.0"
}
}