forked from webduinoio/webduino-blockly
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.bower.json
More file actions
38 lines (38 loc) · 936 Bytes
/
Copy path.bower.json
File metadata and controls
38 lines (38 loc) · 936 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
36
37
38
{
"name": "simulator",
"description": "",
"main": "index.js",
"license": "ISC",
"homepage": "",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "3.3.7",
"d3": "4.4.0",
"vue": "2.1.4",
"less": "2.7.1",
"Snap.svg": "snap.svg#^0.4.1",
"moment": "^2.17.1",
"i18next": "^6.0.1",
"i18next-browser-languagedetector": "^1.0.1",
"i18next-xhr-backend": "^1.3.0",
"jquery-i18next": "^1.2.0",
"bootstrap-select": "^1.12.1",
"defiant": "defiant-js#^1.4.0",
"webduino-js": "dist"
},
"_release": "3812c9e9bb",
"_resolution": {
"type": "branch",
"branch": "blockly",
"commit": "3812c9e9bbbcbf3b1bbb083b0711bf39658191fa"
},
"_source": "https://git.kingkit.codes/webduino/simulator.git",
"_target": "blockly",
"_originalSource": "https://git.kingkit.codes/webduino/simulator.git"
}