-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
41 lines (41 loc) · 940 Bytes
/
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
40
41
{
"name": "nerds",
"version": "1.3.6",
"description": "The API after every nerd's heart...",
"main": "dist/nerds.js",
"dependencies": {
"lodash": "4.13.1"
},
"devDependencies": {
"chai": "^3.5.0",
"istanbul": "^0.4.4",
"istanbul-coveralls": "^1.0.3",
"mocha": "^2.5.3"
},
"scripts": {
"test": "mocha",
"testw": "mocha -w",
"cover": "istanbul cover _mocha",
"coveralls": "istanbul cover _mocha && istanbul-coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SkyHacks/nerds.git"
},
"keywords": [
"api",
"data",
"generator",
"geek",
"nerd",
"Pokemon",
"Star Wars",
"Harry Potter"
],
"author": "Skyler Hair <[email protected]> (http://www.skylerhair.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/SkyHacks/nerds/issues"
},
"homepage": "https://github.com/SkyHacks/nerds#readme"
}