-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 784 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 784 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
{
"author": "Kolyaj <kolyaj@yandex.ru> (https://github.com/Kolyaj)",
"contributors": [
"Kolyaj <kolyaj@yandex.ru> (https://github.com/Kolyaj)",
"verkholantsev (https://github.com/verkholantsev)",
"Chorry (https://github.com/chorry)"
],
"name": "yaxy",
"description": "Proxy server for a web developers.",
"version": "0.3.2",
"homepage": "https://github.com/Kolyaj/Yaxy",
"repository": {
"type": "git",
"url": "git://github.com/Kolyaj/Yaxy.git"
},
"dependencies": {
"lblr-parser": "^0.1.0",
"websocket-driver": "^0.7.4"
},
"bin": "index.js",
"devDependencies": {
"mocha": "^2.2.5",
"phantomjs": "^1.9.20"
},
"scripts": {
"test": "mocha"
}
}