-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 790 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 790 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",
"version": "0.0.2",
"description": "AngularJS service for text compression / decompression using LZW algorithm",
"main": "angular-lzw.js",
"directories": {
"test": "test"
},
"dependencies": {
"grunt-karma": "~0.8.2",
"karma": "~0.12.1",
"karma-chrome-launcher": "~0.1.2",
"karma-jasmine": "~0.1.5",
"grunt": "~0.4.4"
},
"devDependencies": {},
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/Indamix/angular-lzw.git"
},
"keywords": [
"angular",
"service",
"lzw",
"compression"
],
"author": {
"name": "Indamix",
"homepage": "http://indamix.github.io"
},
"license": "MIT",
"homepage": "https://github.com/Indamix/angular-lzw"
}