-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.2 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
{
"name": "phaser-mvc",
"version": "0.2.1",
"description": "MVC for phaser",
"main": "lib/phaser-mvc.min.js",
"typings": "lib/index.d.ts",
"scripts": {
"build": "webpack",
"watch": "webpack --watch",
"test": "karma start",
"lint": "tslint --force --project tsconfig.json -t verbose -c tslint.json 'src/**/*.ts'"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/TLmaK0/phaser-mvc.git"
},
"keywords": [
"Phaser",
"MVC"
],
"author": "Hugo Freire <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/TLmaK0/phaser-mvc/issues"
},
"homepage": "https://github.com/TLmaK0/phaser-mvc#readme",
"dependencies": {
"@reactivex/rxjs": "^5.5.6",
"@types/lodash": "^4.14.91",
"deprecated-decorator": "^0.1.6",
"lodash": "^4.17.4"
},
"devDependencies": {
"dts-bundle": "^0.7.3",
"html-webpack-externals-plugin": "^3.6.0",
"ts-loader": "^2.3.7",
"tslint": "^5.7.0",
"tslint-eslint-rules": "^4.1.1",
"tslint-microsoft-contrib": "^5.0.1",
"tslint-no-circular-imports": "^0.2.1",
"typescript": "^2.5.3",
"uglifyjs-webpack-plugin": "^1.1.5",
"webpack": "^3.7.1"
}
}