-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.83 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
55
56
57
58
59
60
61
62
63
{
"name": "ukagaka-timer-event-source",
"version": "0.2.0",
"description": "ukagaka timer event source",
"keywords": [],
"main": "./dist/lib/ukagaka-timer-event-source.js",
"types": "./dist/lib/ukagaka-timer-event-source.d.ts",
"files": [
"dist"
],
"scripts": {
"prepare": "npm run dist",
"prepublishOnly": "npm run lint && npm run test",
"dist": "shx rm -rf dist && webpack",
"lint": "npm run tslint",
"tslint": "tslint -p .",
"test": "npm run test-node && npm run test-web",
"test-node": "nyc mocha",
"test-web": "karma start --single-run"
},
"dependencies": {},
"devDependencies": {
"@types/mocha": "^5.0.0",
"@types/node": "^10.0.3",
"@types/power-assert": "^1.4.29",
"@types/sinon": "^5.0.0",
"espower-typescript": "^9.0.0",
"istanbul-instrumenter-loader": "^3.0.0",
"karma": "^3.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-detect-browsers": "^2.2.6",
"karma-edge-launcher": "^0.4.2",
"karma-espower-preprocessor": "^1.1.1",
"karma-firefox-launcher": "^1.1.0",
"karma-ie-launcher": "^1.0.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-opera-launcher": "^1.0.0",
"karma-safari-launcher": "^1.0.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^3.0.0",
"mocha": "^5.0.0",
"nyc": "^12.0.1",
"power-assert": "^1.4.4",
"shx": "^0.3.0",
"sinon": "^6.0.0",
"ts-loader": "^3.2.0",
"tslint": "^5.9.1",
"typescript": "^2.7.2",
"webpack": "^3.10.0"
},
"url": "https://github.com/Ikagaka/ukagaka-timer-event-source.js",
"author": {
"name": "Narazaka",
"email": "info@narazaka.net",
"url": "https://narazaka.net/"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Ikagaka/ukagaka-timer-event-source.js.git"
}
}