-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 959 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 959 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": "tradingview",
"version": "1.2.5",
"description": "",
"main": "Grunfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/binary-com/tradingview.git"
},
"author": "Arnab Karmakar",
"license": "Binary.com",
"bugs": {
"url": "https://github.com/binary-com/tradingview/issues"
},
"homepage": "https://github.com/binary-com/tradingview",
"devDependencies": {
"bower": "^1.4.1",
"grunt-bump": "^0.3.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-connect": "^0.10.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-gh-pages": "^0.10.0",
"grunt-remove-logging": "^0.2.0",
"grunt-rename": "^0.1.4",
"grunt-text-replace": "^0.4.0",
"grunt-contrib-uglify": "~0.9.1",
"ws": "~0.8.0",
"websocket": "~1.0.21"
}
}