-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.35 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
{
"name": "changing",
"version": "1.0.2",
"description": "Watching `file`, `dir` or `link` changing, using interval timer.",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"test": "mocha --check-leaks -R spec -t 5000 test/*.test.js",
"test-cov": "node node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- --check-leaks -t 5000 test/*.test.js",
"test-travis": "node node_modules/.bin/istanbul cover node_modules/.bin/_mocha --report lcovonly -- --check-leaks -t 5000 test/*.test.js",
"jshint": "jshint .",
"autod": "autod -w --prefix '~'",
"cnpm": "npm install --registry=https://registry.npm.taobao.org",
"contributors": "contributors -f plain -o AUTHORS"
},
"dependencies": {
"humanize-ms": "^1.2.1"
},
"devDependencies": {
"autod": "*",
"contributors": "*",
"istanbul": "*",
"jshint": "*",
"mocha": "*"
},
"homepage": "https://github.com/node-modules/changing",
"repository": {
"type": "git",
"url": "git://github.com/node-modules/changing.git",
"web": "https://github.com/node-modules/changing"
},
"bugs": {
"url": "https://github.com/node-modules/changing/issues",
"email": "[email protected]"
},
"keywords": [
"changing"
],
"engines": {
"iojs": ">=2.0.0"
},
"author": "fengmk2 <[email protected]> (http://fengmk2.com)",
"license": "MIT"
}