-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
executable file
·49 lines (49 loc) · 1.53 KB
/
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
48
49
{
"_from": "git+https://github.com/komunikator/sip.server.git",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "",
"_location": "/sip.server",
"_phantomChildren": {},
"_requested": {
"type": "git",
"raw": "sip.server@git+https://github.com/komunikator/sip.server.git",
"name": "sip.server",
"escapedName": "sip.server",
"rawSpec": "git+https://github.com/komunikator/sip.server.git",
"saveSpec": "git+https://github.com/komunikator/sip.server.git",
"fetchSpec": "https://github.com/komunikator/sip.server.git",
"gitCommittish": null
},
"_requiredBy": [
"/",
"/sip.client"
],
"_resolved": "git+https://github.com/komunikator/sip.server.git#a2e888e3b734c313a6863f89b3de78984bf8c12b",
"_spec": "sip.server@git+https://github.com/komunikator/sip.server.git",
"_where": "/home/aea-local/projects/sip.tests",
"bugs": {
"url": "https://github.com/komunikator/sip.server/issues"
},
"bundleDependencies": false,
"dependencies": {
"caching": "git+https://github.com/komunikator/caching.git",
"ip": "^1.1.5",
"log4js": "^0.6.12",
"node-uuid": "^1.4.8",
"sails-disk": "^0.10.10",
"sip": "git+https://github.com/komunikator/sip.js.git",
"waterline": "^0.11.6"
},
"deprecated": false,
"homepage": "https://github.com/komunikator/sip.server#readme",
"name": "sip.server",
"repository": {
"type": "git",
"url": "git+https://github.com/komunikator/sip.server.git"
},
"scripts": {
"test": "mocha --timeout 10000"
},
"version": "0.0.1"
}