forked from wfp/designsystem
-
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) · 698 Bytes
/
bower.json
File metadata and controls
36 lines (36 loc) · 698 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": "wfp-ui",
"authors": [
"Matthew Morek <me@matthewmorek.com> (http://matthewmorek.com)",
"James Home <james@jameshome.co> (http://jrah.github.io)"
],
"description": "WFP UI",
"main": "scss/core.scss",
"keywords": [
"ui",
"interface",
"toolkit",
"wfp"
],
"license": "MIT",
"homepage": "www.wfp.org/uiguide",
"repository": {
"type": "git",
"url": "git://github.com/wfp/ui.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"_components",
"docs",
"test",
"tests",
"package.json",
"gruntfile.js"
],
"devDependencies": {
"bootstrap-sass": "~3.3.5",
"mathsass": "^0.9.5"
}
}