forked from wsick/minerva
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
40 lines (40 loc) · 731 Bytes
/
bower.json
File metadata and controls
40 lines (40 loc) · 731 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
39
40
{
"name": "minerva",
"main": "dist/minerva.js",
"version": "0.7.6",
"repository": {
"type": "git",
"url": "git://github.com/bsick7/minerva"
},
"authors": [
"BSick7 <brad.sickles@gmail.com>"
],
"description": "Microservices Pipeline Presentation framework",
"keywords": [
"minerva",
"fayde",
"xaml",
"microservices",
"pipeline"
],
"license": "MIT",
"ignore": [
"**/.*",
"build",
"node_modules",
"bower_components",
"stress",
"test",
"typings",
"package.json",
"Gruntfile.js"
],
"devDependencies": {
"qunit": "~1.15.0",
"requirejs": "~2.1.15",
"requirejs-text": "~2.0.12"
},
"dependencies": {
"perfex": "~0.1.3"
}
}