-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
45 lines (45 loc) · 1.07 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
{
"name": "neuralcoin",
"version": "0.0.1",
"description": "neuralcoin frontend",
"main": "index.js",
"dependencies": {
"bower": "^1.8.4",
"chalk": "1.0.0",
"dev": "^0.1.3",
"gulp": "^3.9.1",
"gulp-connect-php": "0.0.5",
"gulp-if": "1.2.5",
"gulp-load-plugins": "1.0.0-rc.1",
"gulp-webserver": "0.9.1",
"http-proxy": "1.11.1",
"https": "^1.0.0",
"jquery": "^3.1.1",
"less": "~2.5.1",
"node.bittrex.api": "^1.0.0",
"require-dir": "0.3.0",
"yaml": "^0.3.0"
},
"devDependencies": {
"amqplib": "^0.5.1",
"autobahn": "^17.5.2",
"browser-sync": "^2.7.12",
"cloudscraper": "^1.4.1",
"fs": "0.0.1-security",
"gulp-connect-php": "0.0.5",
"js-yaml": "^3.10.0",
"jsoni": "0.0.1",
"mock-browser": "^0.92.14",
"object-assign": "^4.1.1",
"pusher-js": "^4.2.1",
"request": "^2.81.0",
"signalr-client": "0.0.17",
"sleep": "^5.1.1",
"ws": "^3.2.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "BSD-2-Clause"
}