-
Notifications
You must be signed in to change notification settings - Fork 3
/
bower.json
36 lines (36 loc) · 881 Bytes
/
bower.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
{
"name": "scratchpen",
"description": "This project is to create scratch block and should let children learn coding using simple scratch blocks",
"main": "index.js",
"authors": [
"Kaustubh",
"Raghav",
"Sarah",
"Suhas",
"Vivek"
],
"license": "ISC",
"homepage": "https://github.com/uiowa-cs-5800-0001-fall-2017/ScratchPen",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"scratch-blocks": "https://github.com/LLK/scratch-blocks.git#^0.1.0",
"blockly": "https://github.com/google/blockly.git",
"jquery": "*",
"toolkit": "*",
"bootstrap": "^3.3.7",
"firebase": "4.6.0",
"code-prettify": "*",
"spin": "^1.1.6",
"moment": "^2.19.2",
"awesomplete": "*",
"crossroads": "^0.12.2",
"js-signals": "^1.0.0",
"hasher": "^1.2.0"
}
}