forked from zenhunt/wild_sofea
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
36 lines (36 loc) · 751 Bytes
/
bower.json
File metadata and controls
36 lines (36 loc) · 751 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
{
"name": "wild_sofea",
"version": "0.0.0",
"homepage": "https://github.com/zenhunt/wild_sofea",
"description": "This is a demo project to demonstrate a collection of tools for developing lean SOFEA applications.",
"keywords": [
"SOFEA",
"TSA",
"HTML5",
"LESS",
"CoffeeScript"
],
"authors": [
"Marko Wunderlich",
"Sven Reglitzki"
],
"license": "http://unlicense.org/",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.2.16",
"angular-route": "~1.2.16",
"modernizr": "2.6.2",
"es5-shim": "2.1.0",
"jquery": "1.10.2"
},
"devDependencies": {
"angular-mocks": "~1.2.16"
}
}