-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (35 loc) · 799 Bytes
/
package.json
File metadata and controls
36 lines (35 loc) · 799 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
{
"name": "restapi",
"version": "0.0.1",
"author": "Fernando Rodríguez Sela",
"description": "REST API parser",
"contributors": [
{
"name": "Fernando Rodriguez Sela",
"email": "fernando@ferimer.es"
}
],
"repository": {
"type": "git",
"url": "git@git.ferimer.es:/basket/restapi"
},
"bugs": {
"url": "http://soporte.ferimer.es"
},
"keywords": [
"json",
"rest"
],
"dependencies": {
"formidable": "1.0.x",
"path-to-regexp": "1.0.x",
"promise": "7.0.x"
},
"engines": {
"node": "0.10.x"
},
"license": {
"type": "GNU Affero General Public License",
"url": "http://www.gnu.org/licenses/agpl-3.0.html"
}
}