-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.17 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
{
"name": "spiel-ultradom",
"version": "1.0.0",
"description": "Builder router for Ultradom",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
"repository": "[email protected]:spieljs/spiel-ultradom.git",
"author": "[email protected]",
"license": "MIT",
"private": false,
"scripts": {
"test": "./node_modules/.bin/karma start",
"build": "./node_modules/.bin/tsc",
"lint": "./node_modules/.bin/tslint 'src/**/*.ts'",
"docs": "gulp typedoc"
},
"dependencies": {
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.1.0",
"spiel-build": "^1.0.3",
"ultradom": "3.3.0"
},
"devDependencies": {
"@types/chai": "^4.1.3",
"@types/mocha": "^5.2.0",
"@types/node": "^10.0.6",
"chai": "^4.1.2",
"gulp": "^3.9.1",
"gulp-typedoc": "^2.2.0",
"jsdom": "^11.10.0",
"karma": "^2.0.2",
"karma-coverage": "^1.1.2",
"karma-jsdom-launcher": "^6.1.3",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-remap-coverage": "^0.1.5",
"karma-typescript": "^3.0.12",
"mocha": "^5.1.1",
"tslint": "^5.9.1",
"typedoc": "^0.11.1",
"typescript": "^2.8.3"
}
}