-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.35 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
50
51
52
53
54
{
"name": "thesis",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "nodemon server/server.js",
"test": "mocha tests/testServer.js && gulp buildTest && node node_modules/mocha-phantomjs/bin/mocha-phantomjs ./tests/reactTests.html"
},
"pre-commit": [
"test"
],
"repository": {
"type": "git",
"url": "git+https://github.com/MThorsell/thesis.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/MThorsell/thesis/issues"
},
"homepage": "https://github.com/MThorsell/thesis#readme",
"dependencies": {
"aws-sdk": "^2.2.42",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.15.0",
"bower": "1.7.7",
"express": "^4.13.4",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-html-replace": "^1.5.5",
"gulp-react": "^3.1.0",
"gulp-sass": "^2.2.0",
"gulp-uglify": "^1.5.3",
"jsonwebtoken": "^5.7.0",
"morgan": "^1.7.0",
"node-env-file": "^0.1.8",
"react": "^0.14.7",
"request": "^2.69.0",
"socket.io": "^1.4.5"
},
"devDependencies": {
"chai": "^3.5.0",
"gulp-iife": "^0.2.4",
"jest": "^0.1.40",
"jsdom": "^8.1.0",
"mocha": "^2.4.5",
"mocha-phantomjs": "^4.0.2",
"pre-commit": "^1.1.2",
"react": "^0.14.7",
"react-addons-test-utils": "^0.14.7",
"react-dom": "^0.14.7"
}
}