-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.26 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
{
"name": "@told/tiled-map",
"version": "1.0.0",
"description": "Tiled Map",
"main": "index.ts",
"scripts": {
"afs": ".\\node_modules\\.bin\\afs -w",
"test": "karma start karma.conf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/toldsoftware/tiled-map.git"
},
"keywords": [
"typescript",
"module",
"boilerplate"
],
"author": "Rick Love",
"license": "MIT",
"bugs": {
"url": "https://github.com/toldsoftware/tiled-map/issues"
},
"homepage": "https://github.com/toldsoftware/tiled-map#readme",
"devDependencies": {
"typescript": "^2.1.4",
"karma": "^1.3.0",
"karma-typescript": "^2.1.5",
"jasmine-core": "^2.4.1",
"karma-jasmine": "^1.0.2",
"@types/jasmine": "^2.5.35",
"karma-firefox-launcher": "^1.0.0",
"coveralls": "^2.11.15",
"browser-sync": "^2.18.2",
"browser-sync-webpack-plugin": "^1.1.3",
"codelyzer": "^2.0.0-beta.1",
"concurrently": "^3.1.0",
"ts-loader": "^1.2.2",
"webpack": "^1.13.3",
"webpack-dev-server": "^1.16.2",
"tns-core-modules": "^2.4.2"
},
"dependencies": {
"@told/azure-blob-access": "^1.4.1",
"@told/azure-functions-server": "^1.8.0",
"@told/platform": "^1.1.0",
"xml2json-light": "^1.0.4"
}
}