-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
36 lines (36 loc) · 1 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
{
"name": "angular2-swing",
"version": "0.12.0",
"description": "Angular 2 Component for Swing (Tinder style cards)",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"build-app": "./node_modules/.bin/ngc",
"clean": "rm -rf ./dist && rm -rf ./aot",
"build": "npm run clean && npm run build-app"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ksachdeva/angular2-swing.git"
},
"author": "Kapil Sachdeva <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ksachdeva/angular2-swing/issues"
},
"homepage": "https://github.com/ksachdeva/angular2-swing#readme",
"dependencies": {
"swing": "^3.1.1"
},
"devDependencies": {
"@angular/common": "^4.0.0",
"@angular/compiler": "^4.0.0",
"@angular/core": "^4.0.0",
"@angular/cli": "1.0.0",
"@angular/compiler-cli": "^4.0.0",
"core-js": "^2.4.1",
"reflect-metadata": "^0.1.3",
"rxjs": "5.0.0-beta.12",
"zone.js": "^0.8.4"
}
}