forked from absolunet/nwayo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
37 lines (37 loc) · 819 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
37
{
"name": "nwayo-toolbox",
"version": "3.5.2",
"description": "Toolbox for nwayo",
"definition": "/nwajo/ (haitian creole) The tough central part of various fruits, containing the seeds.",
"homepage": "https://absolunet.github.io/nwayo",
"author": {
"name": "Absolunet",
"url": "https://absolunet.com"
},
"keywords": [
"nwayo"
],
"license": "MIT",
"repository": {
"url": "git://github.com/absolunet/nwayo.git",
"type": "git"
},
"bugs": {
"url": "https://github.com/absolunet/nwayo/issues"
},
"main": [
"toolbox/scripts/dependencies-starter.js",
"toolbox/styles/config.scss"
],
"ignore": [
"boilerplate",
"docs",
"ressources",
"test",
"workflow",
".editorconfig",
".eslintrc.yaml",
".gitignore",
".travis.yml"
]
}