forked from fczbkk/fecal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
35 lines (34 loc) · 796 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
{
"name": "fecal",
"version": "1.1.0",
"description": "Simple JavaScript library for people who frequently mistype `JSON.parse()` and Array methods `pop()`, `shift()`, and `unshift()`.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:fczbkk/fecal.git"
},
"keywords": [
"array",
"fecal",
"poop",
"shit",
"unshit",
"arse"
],
"authors": [
"Riki Fridrich <riki@fczbkk.com> (http://fczbkk.com/)",
"Robin Pokorný <me@robinpokorny.com> (http://robinpokorny.com/)",
"Ondrej Zara <ondras@zarovi.cz> (http://ondras.zarovi.cz/)"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"gulpfile.js",
".DS_Store",
"bower.json",
"package.json"
]
}