forked from sandagolcea/Makopolis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.11 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
{
"name": "Makopolis",
"version": "1.0.0",
"description": "Monopoly based game",
"main": "jquery.crSpline.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/lukeclewlow/Makopolis.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/lukeclewlow/Makopolis/issues"
},
"homepage": "https://github.com/lukeclewlow/Makopolis",
"devDependencies": {
"casper-chai": "^0.2.1",
"casperjs": "^1.1.0-beta3",
"chai": "^2.0.0",
"grunt": "^0.4.5",
"grunt-contrib-jasmine": "^0.8.2",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-express-server": "^0.4.19",
"grunt-jasmine-coverage": "^0.1.0",
"grunt-jasmine-node": "^0.2.1",
"grunt-mocha-casperjs": "^1.4.1",
"grunt-template-jasmine-istanbul": "^0.3.3",
"mocha": "^2.1.0",
"mocha-casperjs": "^0.5.3",
"phantomjs": "^1.9.15"
},
"dependencies": {
"ejs": "^2.2.4",
"express": "^4.11.2",
"grunt-contrib-jasmine": "^0.8.2",
"socket.io": "^1.3.3"
}
}