-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.79 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
{
"name": "spiel-client",
"version": "1.2.1",
"description": "Frontend framework to make easier to write frontend applications",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
"scripts": {
"test": "./node_modules/.bin/karma start",
"build": "./node_modules/typescript/bin/tsc",
"lint": "./node_modules/tslint/bin/tslint 'src/**/*.ts'",
"docs": "gulp typedoc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/spieljs/spiel-client.git"
},
"keywords": [
"frontend",
"framework",
"spiel"
],
"author": "Francisco Jesus Navarro Cortes",
"license": "MIT",
"bugs": {
"url": "https://github.com/spieljs/spiel-client/issues"
},
"homepage": "https://github.com/spieljs/spiel-client#readme",
"dependencies": {
"@types/navigo": "^7.0.0",
"navigo": "^7.1.1",
"spiel-render": "^1.1.1",
"typescript": "^2.7.2",
"ultradom": "^2.3.0"
},
"devDependencies": {
"@types/chai": "^4.1.2",
"@types/mocha": "^2.2.48",
"@types/node": "^8.9.5",
"chai": "^4.1.2",
"gulp": "^3.9.1",
"gulp-typedoc": "^2.2.0",
"jsdom": "^11.6.2",
"karma": "^2.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.1.0",
"karma-jsdom-launcher": "^6.1.3",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-opera-launcher": "^1.0.0",
"karma-remap-coverage": "^0.1.5",
"karma-typescript": "^3.0.12",
"mocha": "^4.1.0",
"source-map-support": "^0.5.3",
"ts-node": "^3.3.0",
"tslint": "^5.9.1",
"typedoc": "^0.10.0"
}
}