-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 708 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 708 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
{
"name": "pf-boggle",
"version": "1.3.0",
"description": "NxN Boggle generator and solver.",
"main": "index.js",
"homepage": "http://pf-n.co/github/pf-boggle",
"author": {
"name": "Markus Tran",
"email": "thebluepillow@gmail.com",
"url": "http://pillowfication.com"
},
"repository": {
"type": "git",
"url": "https://github.com/pillowfication/pf-boggle.git"
},
"bugs": {
"url": "https://github.com/pillowfication/pf-boggle/issues"
},
"scripts": {
"test": "node_modules/standard/bin/cmd.js"
},
"dependencies": {
"pf-sowpods": "^1.2.1"
},
"devDependencies": {
"standard": "^12.0.1"
},
"keywords": [
"boggle"
],
"license": "MIT"
}