-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
35 lines (35 loc) · 935 Bytes
/
bower.json
File metadata and controls
35 lines (35 loc) · 935 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": "pl-element-blockly",
"version": "0.16.0",
"authors": [
"aguspina"
],
"description": "Element providing Blockly interface for Prolog lang",
"keywords": [
"web-component",
"polymer",
"prolog"
],
"main": "pl-element-blockly.html",
"license": "http://polymer.github.io/LICENSE.txt",
"homepage": "https://github.com/GeniusDock/pl-element-blockly",
"dependencies": {
"polymer": "Polymer/polymer#^1.4.0",
"blockly-package": "0.0.15",
"proceds-blockly": "GeniusDock/predicates-blockly#0.1.25"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0",
"web-component-tester": "^4.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
},
"ignore": [
"demo",
"screenshots",
"test",
".git*",
"gp.sh",
"deploy-gh-pages.sh"
]
}