-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.09 KB
/
Copy pathpackage.json
File metadata and controls
81 lines (81 loc) · 2.09 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "2016-01-thesis",
"version": "1.0.0",
"description": "",
"main": "index.js",
"engines": {
"node": "4.1.1"
},
"scripts": {
"prestart": "gulp concat",
"start": "node server/server.js",
"test": "karma start --single-run --browsers PhantomJS",
"lint": "gulp lint",
"sass": "gulp sass",
"postinstall": "bower install && gulp concat"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hrr12-04pistons/2016-01-thesis.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hrr12-04pistons/2016-01-thesis/issues"
},
"homepage": "https://github.com/hrr12-04pistons/2016-01-thesis#readme",
"dependencies": {
"angular-chart": "^0.5.0",
"bcrypt-nodejs": "0.0.3",
"bluebird": "^3.3.4",
"body-parser": "^1.15.0",
"bower": "^1.7.7",
"chai": "^3.5.0",
"cookie-parser": "^1.4.1",
"d3": "^3.5.16",
"expect": "^1.15.2",
"express": "^4.13.4",
"express-jwt": "^3.3.0",
"express-session": "^1.13.0",
"fs": "0.0.2",
"http-request": "^0.7.0",
"jsonwebtoken": "^5.7.0",
"mailgun-js": "^0.7.7",
"mocha": "^2.4.5",
"moment": "^2.12.0",
"morgan": "^1.7.0",
"mysql": "^2.10.2",
"node-schedule": "^1.1.0",
"passport": "^0.3.2",
"pg": "^4.5.1",
"request": "^2.69.0",
"sequelize": "^3.19.3",
"should": "^8.2.2",
"superagent": "^1.8.1",
"supertest": "^1.2.0",
"twit": "^2.2.3",
"underscore": "^1.8.3",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^2.0.0",
"gulp-mocha": "^2.2.0",
"gulp-sass": "^2.2.0",
"del": "^2.2.0"
},
"devDependencies": {
"angular": "^1.5.1",
"angular-mocks": "^1.5.1",
"angular-sanitize": "^1.5.3",
"angular-ui-router": "^0.2.18",
"jasmine-core": "^2.4.1",
"jshint": "^2.9.1",
"karma": "^0.13.22",
"karma-chrome-launcher": "^0.2.2",
"karma-jasmine": "^0.3.7",
"karma-phantomjs-launcher": "^1.0.0",
"karma-spec-reporter": "0.0.24",
"ng-file-upload": "^12.0.4",
"phantomjs-prebuilt": "^2.1.7",
"sinon": "^1.17.3"
}
}