forked from HRR1SRS/SpacedRepetition
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.05 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.05 KB
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
{
"name": "HR-SRS",
"version": "0.0.1",
"description": "hack reactor spaced repetition",
"main": "",
"repository": "",
"license": "Proprietary",
"private": true,
"dependencies": {
"express": "~3.4.8",
"express-partials": "~0.2.0",
"ejs": "~0.8.5",
"mocha": "^1.17.1",
"request": "^2.34.0",
"chai": "^1.9.0",
"bcrypt-nodejs": "0.0.3",
"grunt": "^0.4.4",
"grunt-contrib-copy": "^0.5.0",
"grunt-karma": "^0.8.3",
"grunt-contrib-jshint": "^0.9.2",
"grunt-contrib-concat": "^0.3.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-shell": "^0.6.4",
"grunt-contrib-cssmin": "^0.9.0",
"grunt-nodemon": "^0.2.1",
"grunt-mocha-test": "^0.10.0",
"karma": "^0.12.22",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.4",
"karma-coverage": "^0.2.6",
"karma-jasmine": "^0.1.5",
"karma-mocha": "^0.1.9",
"karma-sinon": "^1.0.3",
"sinon": "^1.10.3"
},
"devDependencies": {
"karma-requirejs": "^0.2.2",
"requirejs": "^2.1.14"
}
}