-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
32 lines (32 loc) · 873 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
{
"name": "rp",
"version": "0.7",
"description": "A package manager for RingoJS",
"keywords": ["package manager", "ringojs", "modules"],
"homepage": "https://github.com/grob/rp/",
"author": {
"name": "Robert Gaggl",
"email": "[email protected]",
"web": "http://github.com/grob/"
},
"contributors": [
{
"name": "Simon Oberhammer",
"web": "http://nekapuzer.at/",
"email": "[email protected]"
}
],
"repositories": [{
"type": "git",
"url": "https://github.com/grob/rp.git"
}],
"bugs": "http://github.com/grob/rp/issues",
"licenses": [{
"type": "Apache License Version 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.txt"
}],
"engines": {
"ringojs": ">= 0.9"
},
"main": "./lib/rp"
}