-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·40 lines (40 loc) · 1004 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
{
"name": "chessjs",
"version": "0.0.0",
"description": "informal chess AI",
"main": "chess.js",
"scripts": {
"test": "mocha --reporter spec",
"start": "node chess.js",
"install": "napa angular/bower-angular:angular"
},
"repository": {
"type": "git",
"url": "git://github.com/teodoran/chessjs.git"
},
"keywords": [
"chess",
"ai",
"js"
],
"author": "Simen Haugerud Granlund (hgranlund) & Teodor Ande Elstad (teodoran)",
"license": "GPL V.2",
"readmeFilename": "README.md",
"gitHead": "856e5b88e0d828bc06ff89ce385935bb40d8db04",
"dependencies": {
"chess.js": "^0.1.0",
"karma": "~0.12",
"underscore": "~1.6.0"
},
"devDependencies": {
"karma-chrome-launcher": "^0.1.4",
"karma-coverage": "^0.2.6",
"karma-firefox-launcher": "^0.1.3",
"karma-jasmine": "^0.1.5",
"karma-requirejs": "^0.2.2",
"napa": "^0.4.1",
"requirejs": "^2.1.14",
"should": "~4.0.4",
"karma-phantomjs-launcher": "~0.1"
}
}