UNPKG

1.3 kBJSONView Raw
1{
2 "name": "tape-watch",
3 "description": "Reruns tape tests when files change",
4 "version": "2.3.0",
5 "author": "Rico Sta. Cruz <rico@ricostacruz.com>",
6 "babel": {
7 "presets": [
8 "es2015"
9 ]
10 },
11 "bin": {
12 "tape-watch": "bin/tape-watch"
13 },
14 "bugs": {
15 "url": "https://github.com/rstacruz/tape-watch/issues"
16 },
17 "dependencies": {
18 "chokidar": "1.6.0",
19 "debounce-collect": "1.0.2",
20 "debug": "2.6.0",
21 "glob": "7.0.4",
22 "meow": "3.7.0",
23 "once": "1.3.3",
24 "outpipe": "1.1.1",
25 "simpler-debounce": "1.0.0"
26 },
27 "devDependencies": {
28 "babel-preset-es2015": "6.9.0",
29 "babel-register": "6.9.0",
30 "eslint": "2.11.1",
31 "eslint-config-standard": "5.3.1",
32 "eslint-config-standard-jsx": "1.2.0",
33 "eslint-engine": "0.3.0",
34 "eslint-plugin-promise": "1.3.1",
35 "eslint-plugin-react": "5.2.2",
36 "eslint-plugin-standard": "1.3.2",
37 "tape": "4.5.1"
38 },
39 "homepage": "https://github.com/rstacruz/tape-watch#readme",
40 "keywords": [
41 "tape",
42 "test",
43 "watch"
44 ],
45 "license": "MIT",
46 "main": "index.js",
47 "repository": {
48 "type": "git",
49 "url": "git+https://github.com/rstacruz/tape-watch.git"
50 },
51 "scripts": {
52 "test": "./bin/tape-watch -r babel-register -1 test/*",
53 "lint": "eslint-check"
54 }
55}