-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbower.json
More file actions
executable file
·53 lines (53 loc) · 1.12 KB
/
bower.json
File metadata and controls
executable file
·53 lines (53 loc) · 1.12 KB
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
46
47
48
49
50
51
52
53
{
"name": "devkit",
"version": "0.0.1",
"homepage": "https://github.com/PRINTR3D/devkit",
"authors": [
"Emile Nijssen <emile@athom.nl>",
"Chris Ter Beke <chris@printr.nl>",
"Bouke Regnerus <bouke@printr.nl>"
],
"description": "Athom BV and PRINTR Development Kit.",
"keywords": [
"Printr",
"Formide",
"FormideOS",
"Athom",
"Homey",
"NodeJS",
"AngularJS",
"JS",
"SASS",
"CSS",
"Bower",
"Grunt"
],
"license": "All rights reserved",
"main": "./index.js",
"private": true,
"ignore": [
"**/.*",
"./app",
"./public",
"./source",
"node_modules",
"bower_components",
"test",
"tests",
"compass-*/*.rb"
],
"dependencies": {
"angular-ui-codemirror": "~0.3.0"
},
"devDependencies": {
"angular": "~1.3.14",
"angular-resource": "~1.3.14",
"angular-animate": "~1.3.14",
"angular-sanitize": "~1.3.14",
"angular-hotkeys": "chieffancypants/angular-hotkeys#~1.4.5",
"ng-tags-input": "2.3.0",
"ngDialog": "~0.4.0",
"angular-local-storage": "~0.2.0",
"angular-drag-and-drop-lists": "~1.2.0"
}
}