-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 999 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
{
"name": "high-resolution-timestamp-polyfill",
"version": "1.0.0",
"description": "High-resolution timestamp polyfill and translation function",
"main": "translate-timeStamp.js",
"devDependencies": {
"chai": "^3.5.0",
"karma": "^0.13.21",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.2",
"karma-mocha": "^0.2.2",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sauce-launcher": "^0.3.1",
"mocha": "^2.4.5",
"phantomjs-prebuilt": "^2.1.5"
},
"scripts": {
"test": "./node_modules/.bin/karma start --single-run"
},
"repository": {
"type": "git",
"url": "https://github.com/majido/high-resolution-timestamp-polyfill.git"
},
"keywords": [
"High-resolution",
"timestamp",
"polyfill"
],
"author": "Majid Valipour",
"license": "MIT",
"bugs": {
"url": "https://github.com/majido/high-resolution-timestamp-polyfill/issues"
},
"homepage": "https://github.com/majido/high-resolution-timestamp-polyfill"
}