-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 loc) · 992 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
37
38
39
40
41
42
43
44
45
46
47
{
"name": "api-designer-repository",
"description": "An open-source local/remote repository library for the RAML API-Designer tool written in Node.js",
"author": {
"name": "Alejo Fernandez",
"email": "[email protected]",
"web": "http://djseika.com"
},
"version": "0.0.1",
"keywords": [
"raml",
"local",
"repository",
"files",
"remote",
"socket.io",
"websockets"
],
"repository": {
"type": "git",
"url": "https://github.com/AlejoFernandez/api-designer-repository"
},
"bin": {
"api-designer": "./bin/api-designer.js"
},
"scripts" : {
"start": "node server.js"
},
"engines": {
"node": ">=0.6.0"
},
"dependencies": {
"chai": "^1.10.0",
"express": "^4.10.4",
"q": "^1.1.2",
"opener": "^1.3.0",
"which": "^1.0.5",
"socket.io": "^1.2.1"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"main": "server"
}