-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 867 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
{
"name": "playerManagement",
"version": "0.0.0",
"description": "Player Management with Backbone.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Andrew Humphreys",
"license": "ISC",
"dependencies": {
"backbone": "^1.1.2",
"boom": "^2.6.1",
"hapi": "^8.2.0",
"joi": "^5.1.0",
"jquery": "^2.1.3",
"lodash": "^3.2.0",
"mongoose": "^3.8.23"
},
"devDependencies": {
"browser-sync": "^2.1.1",
"gulp": "^3.8.11",
"karma": "^0.12.31",
"karma-chai-plugins": "^0.2.4",
"karma-chrome-launcher": "^0.1.7",
"karma-cli": "0.0.4",
"karma-fixture": "^0.2.1-1",
"karma-html2js-preprocessor": "^0.1.0",
"karma-jasmine": "^0.3.5",
"karma-mocha": "^0.1.10",
"karma-phantomjs-launcher": "^0.1.4",
"karma-sinon": "^1.0.4"
}
}