-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
39 lines (39 loc) · 1.06 KB
/
package.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
38
39
{
"name": "fecal",
"version": "1.2.0",
"description": "Simple JavaScript library for people who frequently mistype `JSON.parse()` and Array methods `pop()`, `shift()`, and `unshift()` or other.",
"main": "index.js",
"repository": {
"type": "git",
"url": "[email protected]:fczbkk/fecal.git"
},
"keywords": [
"array",
"fecal",
"poop",
"shit",
"unshit",
"arse",
"lick"
],
"author": "Riki Fridrich <[email protected]> (http://fczbkk.com/)",
"contributors": [
"Riki Fridrich <[email protected]> (http://fczbkk.com/)",
"Ondrej Zara <[email protected]> (http://ondras.zarovi.cz/)",
"Robin Pokorný <[email protected]> (http://robinpokorny.com/)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/fczbkk/fecal/issues"
},
"homepage": "https://github.com/fczbkk/fecal",
"devDependencies": {
"gulp": "^3.9.0",
"jasmine-core": "^2.3.4",
"karma": "^0.12.36",
"karma-chrome-launcher": "^0.1.12",
"karma-jasmine": "^0.3.5",
"karma-mocha-reporter": "^1.0.2",
"phantomjs": "^1.9.17"
}
}