-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1.01 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
{
"name": "angular2pixi",
"version": "0.6.1",
"description": "Markup framework for creating PIXI scenes in Angular 2",
"main": "./dist/es/index.js",
"typings": "./dist/types/index.d.ts",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1",
"ngc-build": "ngc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Shadowstep33/Angular2Pixi.git"
},
"author": "Godavid33",
"license": "MIT",
"bugs": {
"url": "https://github.com/Shadowstep33/Angular2Pixi/issues"
},
"homepage": "https://github.com/Shadowstep33/Angular2Pixi#readme",
"dependencies": {
"@angular/common": "^5.2.3",
"@angular/compiler": "^5.2.3",
"@angular/compiler-cli": "^5.2.3",
"@angular/core": "^5.2.3",
"gsap": "^1.20.2",
"@types/gsap": "^1.19.2",
"@types/pixi.js": "^4.7.2",
"pixi.js": "^4.5.4",
"pixi-display": "^1.1.1",
"pixi-filters": "^2.6.1",
"rxjs": "^5.5.6"
},
"devDependencies": {
"typescript": "^2.4.2"
}
}