forked from elistevens/xws-spec
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
23 lines (23 loc) · 701 Bytes
/
bower.json
File metadata and controls
23 lines (23 loc) · 701 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "xws-spec",
"version": "0.2.1",
"homepage": "https://github.com/elistevens/xws-spec",
"authors": [
{ "name": "Eli Stevens", "homepage": "https://github.com/elistevens" },
{ "name": "Fergus", "homepage": "https://github.com/voidstate" },
{ "name": "Geordan Rosario", "homepage": "https://github.com/geordanr" },
{ "name": "Fab", "homepage": "https://github.com/fab7431" }
],
"description": "X-Wing Squadron Specification",
"license": "MIT",
"private": false,
"main": "dist/xws.min.js",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"tests"
],
"dependencies": {
}
}