-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
36 lines (36 loc) · 935 Bytes
/
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
{
"name": "usertiming",
"description": "W3C UserTiming polyfill",
"main": "./src/usertiming",
"author": "Nic Jansma",
"version": "0.1.8",
"repository": {
"type": "git",
"url": "http://github.com/nicjansma/usertiming.js.git"
},
"bugs": {
"url": "http://github.com/nicjansma/usertiming.js/issues"
},
"license": "MIT",
"scripts": {
"test": "grunt travis --verbose"
},
"devDependencies": {
"bower": "^1.8.14",
"eslint-config-nicjansma": "^1.0.4",
"expect.js": "^0.3.1",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-karma": "^2.0.0",
"grunt-mocha-test": "^0.13.2",
"gruntify-eslint": "^3.1.0",
"karma": "^1.3.0",
"karma-coverage": "^1.1.1",
"karma-expect": "^1.1.3",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-tap-reporter": "^0.0.6",
"mocha": "^3.2.0"
}
}