forked from Reklino/angular-resizable
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
34 lines (34 loc) · 836 Bytes
/
bower.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
{
"name": "angular2-resizable",
"version": "2.0.0",
"homepage": "https://github.com/11mb/angular-resizable",
"authors": [
"Reklino <yakub89@gmail.com>",
"William <11mb.william@gmail.com>"
],
"description": "A lightweight directive for creating resizable containers in angular 2",
"main": "resizable.module.ts",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"demo.gif",
".gitignore",
"package.json",
".npmignore",
"gulpfile.js"
],
"dependencies": {
"@angular/common": "2.2.1",
"@angular/compiler": "2.2.1",
"@angular/core": "2.2.1",
"@angular/platform-browser": "2.2.1",
"@angular/platform-browser-dynamic": "2.2.1",
"core-js": "^2.4.1",
"ts-helpers": "^1.1.1",
"zone.js": "^0.6.23"
}
}