-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.09 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
{
"name": "otso-cc",
"description": "Codecamp application at Otso CC winter 2015 at Lappeenranta University of technology",
"version": "0.0.1",
"license": {
"type": "MIT-CMU",
"url": "https://spdx.org/licenses/MIT-CMU.html#licenseText"
},
"repository": {
"type": "git",
"url": "git@github.com:/lasshi/otso-cc"
},
"author": [
"Otto Laitinen <>",
"Lassi Lääti <lassilaati@gmail.com>",
"Anna Osipova<>"
],
"dependencies": {
"body-parser": "^1.14.1",
"bootstrap": "^3.3.6",
"dateformat": "^1.0.12",
"express": "^4.13.3",
"fs": "0.0.2",
"jade": "^1.11.0",
"jquery": "^2.1.3",
"jquery-bar-rating": "^1.1.3",
"nodemailer": "^1.10.0",
"phonegap": "*",
"randomstring": "^1.1.3",
"react": "^0.12.2",
"react-bootstrap": "^0.13.3",
"react-router": "^0.11.6",
"underscore": "^1.8.3"
},
"devDependencies": {
"babel-core": "^5.0.0",
"babel-loader": "^5.2.2",
"cordova-common": "^1.0.0",
"css-loader": "^0.9.1",
"jsx-loader": "^0.12.2",
"style-loader": "^0.8.3",
"webpack": "^1.5.3"
}
}