-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
72 lines (72 loc) · 2.03 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "tesis",
"version": "1.0.0",
"description": "A snappy, collaborative text editor!",
"main": "./client/client.js",
"scripts": {
"start": "node server/server.js",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.js",
"dev": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "https://github.com/tesis-lab/tesis.git"
},
"author": "Joel Bojorquez, Neville Challinger, Rose Meyers, Duncan Nevin, Charleen Fei",
"license": "MIT",
"bugs": {
"url": "https://github.com/tesis-lab/tesis/issues"
},
"homepage": "https://github.com/tesis-lab/tesis#readme",
"devDependencies": {
"babel-core": "^6.1.2",
"babel-loader": "^6.1.0",
"babel-plugin-transform-runtime": "^6.1.2",
"babel-preset-es2015": "^6.1.2",
"babel-preset-stage-0": "^6.1.2",
"babel-runtime": "^5.8.0",
"browserify": "^13.3.0",
"css-loader": "^0.23.0",
"jasmine": "^2.5.2",
"jasmine-core": "^2.5.2",
"jasmine-webpack-plugin": "^0.1.1",
"karma": "^1.3.0",
"karma-browserify": "^5.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-jasmine": "^1.1.0",
"karma-webpack": "^1.8.1",
"style-loader": "^0.13.0",
"vue-hot-reload-api": "^1.3.3",
"vue-html-loader": "^1.0.0",
"vue-loader": "^7.3.0",
"watchify": "^3.8.0",
"webpack": "^1.14.0"
},
"dependencies": {
"chance": "^1.0.4",
"crypto": "0.0.3",
"css-loader": "^0.23.1",
"email-validator": "^1.0.7",
"express": "^4.14.0",
"http": "0.0.0",
"morgan": "^1.7.0",
"q": "^1.4.1",
"quill": "^1.1.9",
"request": "^2.79.0",
"rich-text": "^3.1.0",
"sentiment": "^2.1.0",
"sharedb": "^1.0.0-beta.7",
"sharedb-logger": "^0.1.4",
"sharedb-mongo": "^1.0.0-beta.3",
"underscore": "^1.8.3",
"vue": "^2.1.8",
"vue-avatar-component": "^1.2.4",
"vue-resource": "^1.0.3",
"vue-router": "^2.1.1",
"webpack": "^1.14.0",
"websocket-json-stream": "0.0.3",
"wordpos": "^1.1.2",
"ws": "^1.1.1"
}
}