-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.09 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
40
41
42
43
44
45
46
47
48
{
"name": "set-game-js",
"version": "0.0.1",
"description": "Playing Set game with JavaScript and Selenium",
"main": "Gruntfile.js",
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zeljkofilipin/set-game-js.git"
},
"author": {
"name" : "Željko Filipin",
"email" : "zeljko.filipin@gmail.com",
"url" : "http://filipin.eu/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/zeljkofilipin/set-game-js/issues"
},
"homepage": "https://github.com/zeljkofilipin/set-game-js#readme",
"engines": {
"node": "~6.2.0",
"npm": "~3.9.2"
},
"os": [
"darwin"
],
"cpu": [
"x64"
],
"devDependencies": {
"chai": "^3.5.0",
"cheerio": "^0.20.0",
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-eslint": "^18.1.0",
"grunt-jscs": "^2.8.0",
"grunt-jsonlint": "^1.0.8",
"grunt-mocha-test": "^0.12.7",
"js-combinatorics": "^0.5.2",
"load-grunt-tasks": "^3.5.0",
"mathjs": "^3.2.1",
"mocha": "^2.5.3",
"selenium-webdriver": "^2.53.2"
}
}