aboutsummaryrefslogtreecommitdiff
path: root/node_modules/time-require/package.json
blob: 2b93ba06eb71d4fe743af12d20f8461eb203d6f4 (plain)
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
53
54
55
56
57
58
59
60
{
	"name": "time-require",
	"version": "0.1.2",
	"description": "Displays the execution time for Node.js modules loading; inspired by @sindresorhus 'time-grunt'",
	"homepage": "https://github.com/jaguard/time-require",
	"keywords": ["require", "measure", "time", "profile"],
	"author": {
		"name": "Jaguard OSS",
		"email": "oss@jaguard.com",
		"url": "http://oss.jaguard.com"
	},
	"repository": {
		"type": "git",
		"url": "git://github.com/jaguard/time-require"
	},
	"bugs": {
		"url": "https://github.com/jaguard/time-require/issues"
	},
	"main": "src/timeRequire.js",
	"scripts": {
		"start": "gulp watch",
		"test": "gulp test"
	},
	"dependencies": {
		"chalk": "^0.4.0",
		"text-table": "^0.2.0",
		"date-time": "^0.1.1",
		"pretty-ms": "^0.2.1"
	},
	"devDependencies": {
		"gulp": "~3.6.0",
		"gulp-util": "~2.2.14",
		"gulp-load-plugins": "~0.5.0",
		"run-sequence": "~0.3.6",
		"gulp-clean": "~0.2.4",
		"gulp-cached": "~0.0.3",
		"gulp-jshint": "~1.5.2",
		"gulp-jsonlint": "~0.0.3",
		"gulp-if": "~1.0.0",
		"gulp-match": "~0.0.2",
		"gulp-jscs": "~0.4.0",
		"gulp-docco": "~0.0.4",
		"gulp-jsdoc": "~0.1.4",
		"gulp-markdown": "~0.1.2",
		"gulp-markdown-pdf": "~0.2.0",
		"gulp-jasmine": "~0.2.0",
		"gulp-notify": "~1.2.5",
		"jshint-stylish": "~0.1.5"
	},
	"licenses": [
		{
			"type": "MIT",
			"url": "https://github.com/jaguard/time-require/raw/master/LICENSE"
		}
	],
	"engines": {
		"node": ">= 0.10.0"
	},
	"readmeFilename": "README.md"
}