-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1003 Bytes
/
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": "reinhardt-compressor",
"version": "0.3.0",
"description": "Reinhardt asset manager",
"keywords": ["template", "asset managment", "compression"],
"homepage": "https://github.com/orfon/reinhard-compressor",
"maintainers": [{
"name": "Simon Oberhammer",
"web": "http://nekapuzer.at/",
"email": "simon@nekapuzer.at"
}],
"contributors": [
{
"name": "Simon Oberhammer",
"web": "http://nekapuzer.at/",
"email": "simon@nekapuzer.at"
}
],
"dependencies": {
"reinhardt": ">= 0.1",
"ringo-ehcache": ">= 0.1"
},
"bugs": "",
"licenses": [{
"type": "Apache License Version 2.0",
"url": "http://www.apache.org/licenses/"
}],
"repositories": [{
"type": "git",
"url": "https://github.com/orfon/reinhard-compressor.git"
}],
"engines": {
"ringojs": ">= 0.9"
},
"main": "./lib/main.js"
}