-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·52 lines (52 loc) · 1.18 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
51
52
{
"name": "suman-watch",
"version": "0.0.1005",
"description": "Watcher module for Suman project",
"main": "index.js",
"types": "index.d.ts",
"typings": "index.d.ts",
"scripts": {
"test": "suman"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sumanjs/suman-watch.git"
},
"keywords": [
"suman",
"test",
"mocha",
"watch",
"watcher",
"testing",
"test",
"integration"
],
"author": "Olegzandr",
"license": "MIT",
"bugs": {
"url": "https://github.com/sumanjs/suman-watch/issues"
},
"homepage": "https://github.com/sumanjs/suman-watch#readme",
"dependencies": {
"async": "^2.6.1",
"chalk": "^2.4.1",
"chokidar": "^1.6.1",
"dashdash": "^1.14.1",
"lodash": "^4.17.4",
"poolio": "latest",
"prepend-transform": "latest",
"residence": "latest",
"suman-browser-polyfills": "latest",
"suman-run-plugins": "latest",
"suman-transform-plugins": "latest",
"suman-utils": "latest",
"suman-watch-plugins": "latest"
},
"devDependencies": {
"@types/async": "^2.0.40",
"@types/chokidar": "^1.7.0",
"@types/lodash": "^4.14.68",
"@types/node": "^7.0.5"
}
}