-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
49 lines (49 loc) · 1.28 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
49
{
"name": "tests-for-speed-typer",
"version": "0.1.0",
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"karma-chrome-launcher": "^0.1.4",
"karma-sinon": "^1.0.3",
"grunt-contrib-copy": "^0.5.0",
"karma-chai": "^0.1.0",
"karma-mocha": "^0.1.9",
"grunt-express-server": "^0.4.19",
"grunt-contrib-clean": "^0.6.0",
"chai": "^1.9.1",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-watch": "^0.6.1",
"mocha": "^1.21.4",
"sinon": "^1.10.3",
"grunt-contrib-uglify": "^0.5.1",
"grunt-contrib-jshint": "^0.10.0",
"grunt-casperjs": "^2.0.0",
"grunt": "^0.4.5",
"grunt-karma": "^0.8.3",
"grunt-mocha": "^0.4.11",
"karma": "^0.12.22",
"karma-coverage": "^0.2.6"
},
"dependencies": {
"bcrypt-node": "^0.1.0",
"bcrypt-nodejs": "0.0.3",
"bluebird": "^2.10.2",
"body-parser": "^1.14.1",
"casperjs": "^1.1.0-beta3",
"express": "^4.13.3",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-mocha-test": "^0.12.7",
"grunt-nodemon": "^0.4.0",
"grunt-shell": "^1.1.2",
"jquery": "^2.1.4",
"mongodb": "^2.0.45",
"mongoose": "^4.1.9",
"npm": "^3.3.4",
"request": "^2.64.0",
"socket.io": "^1.3.7",
"socket.io-client": "^1.3.7",
"underscore": "^1.8.3"
}
}