forked from amnond/jscrab
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 694 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 694 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
{
"name": "deoscrab",
"version": "1.0.0",
"description": "A fast Scrabble(TM) game in JavaScript",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/deostroll/jscrab.git"
},
"keywords": [
"scrabble"
],
"author": "deostroll <deostroll@gmail.com> (http://twitter.com/deostroll)",
"license": "MIT",
"bugs": {
"url": "https://github.com/deostroll/jscrab/issues"
},
"homepage": "https://github.com/deostroll/jscrab#readme",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-connect": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"load-grunt-tasks": "^3.5.0"
}
}