-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.06 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
{
"name": "warp-router",
"version": "0.1.6",
"description": "",
"main": "build/warp-router.js",
"types": "build",
"files": [
"build"
],
"scripts": {
"test": "npm run lint",
"lint": "tslint src/**/*.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/quantumjs/warp-router.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/quantumjs/warp-router/issues"
},
"homepage": "https://github.com/quantumjs/warp-router#readme",
"devDependencies": {
"@types/expect.js": "^0.3.29",
"@types/mocha": "^2.2.43",
"awesome-typescript-loader": "^3.2.3",
"html-webpack-plugin": "^2.30.1",
"tslint": "^5.7.0",
"tslint-config-standard": "^6.0.1",
"typescript": "^2.5.2",
"vanilla-typescript": "^0.4.8",
"webpack": "^3.5.6",
"webpack-build-notifier": "^0.1.16",
"karma": "^1.7.1",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"karma-typescript": "github:monounity/karma-typescript"
},
"pre-commit": "test"
}