-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.21 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.21 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
42
43
44
45
46
{
"name": "EdxC",
"description": "EdX Course",
"author": "Paweł Buderaski <pbuderaski@gmail.com>",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/Budaa/mean_tutorial.git"
},
"scripts": {
"test": "./node_modules/.bin/mocha && ./node_modules/.bin/protractor"
},
"dependencies": {
"bcrypt": "^0.8.5",
"body-parser": "1.4.3",
"express": "4.4.4",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-ng-annotate": "^0.3.6",
"gulp-nodemon": "^2.0.6",
"gulp-sourcemaps": "^1.6.0",
"gulp-stylus": "^2.3.0",
"gulp-uglify": "^1.5.2",
"jwt-simple": "^0.4.1",
"kerberos": "0.0.18",
"lodash": "^4.3.0",
"mongoose": "4.4.1",
"ws": "^1.0.1"
},
"devDependencies": {
"blanket": "^1.2.2",
"chai": "^3.5.0",
"chai-as-promised": "^5.2.0",
"gulp-uglify": "https://github.com/floridoo/gulp-uglify/tarball/sourcemap_fix",
"jsonwebtoken": "^5.7.0",
"karma": "^0.13.22",
"karma-chai": "^0.1.0",
"karma-mocha": "^0.2.2",
"karma-phantomjs-launcher": "^1.0.0",
"mocha": "^2.4.5",
"morgan": "^1.7.0",
"phantomjs-prebuilt": "^2.1.6",
"protractor": "^3.1.1",
"supertest": "^1.2.0"
}
}