-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbower.json
More file actions
36 lines (36 loc) · 712 Bytes
/
Copy pathbower.json
File metadata and controls
36 lines (36 loc) · 712 Bytes
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": "angular-lzw",
"main": "angular-lzw.js",
"version": "0.0.2",
"authors": [
{
"name": "Indamix",
"homepage": "http://indamix.github.io"
}
],
"description": "AngularJS service for text compression / decompression using LZW algorithm",
"keywords": [
"angular",
"service",
"lzw",
"compression"
],
"license": "MIT",
"homepage": "https://github.com/Indamix/angular-lzw",
"ignore": [
"**/.*",
".gitignore",
"bower_components",
"demo",
"node_modules",
"test",
"Gruntfile.js",
"index.html",
"karma.conf.js",
"package.json"
],
"devDependencies": {
"angular": "~1.2.15",
"angular-mocks": "~1.2.15"
}
}