-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
54 lines (54 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
47
48
49
50
51
52
53
54
{
"name": "surfnperf",
"version": "2.0.0",
"description": "Micro-library for gathering frontend web page performance data",
"main": "surfnperf.min",
"engines": {
"node": ">=0.10"
},
"dependencies": {},
"devDependencies": {
"grunt": "^1.5.3",
"grunt-concurrent": "^2.3.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-jsbeautifier": "^0.2.7",
"grunt-jsdoc": "^2.4.1",
"grunt-karma": "^2.0.0",
"install": "^0.8.4",
"jaguarjs-jsdoc": "1.1.0",
"karma": "^1.4.1",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^0.1.6",
"karma-requirejs": "^1.1.0",
"requirejs": "^2.1.11"
},
"scripts": {
"test": "./node_modules/karma/bin/karma start --single-run",
"karma": "./node_modules/karma/bin/karma start"
},
"repository": {
"type": "git",
"url": "git://github.com/Comcast/Surf-N-Perf.git"
},
"keywords": [
"performance"
],
"author": "John Riviello, Comcast",
"license": "MIT",
"bugs": {
"url": "https://github.com/Comcast/Surf-N-Perf/issues"
},
"homepage": "http://comcast.github.io/Surf-N-Perf/",
"files": [
"surfnperf.js",
"surfnperf.min.js",
"lib/resource-timing.js",
"resource-timing.js ",
"LICENSE",
"NOTICE",
"README.md"
]
}