-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
41 lines (41 loc) · 1.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
{
"name": "classes",
"version": "0.0.1",
"description": "A timetable app for the bored.",
"scripts": {
"start": "node server/index"
},
"main": "server/index.js",
"repository": {
"type": "git",
"url": "https://github.com/quadrupleslap/classes.git"
},
"author": "Ram Kaniyur",
"license": "MIT",
"bugs": {
"url": "https://github.com/quadrupleslap/classes/issues"
},
"homepage": "https://github.com/quadrupleslap/classes",
"devDependencies": {
"appcache-webpack-plugin": "^1.2.0",
"autoprefixer": "^6.1.2",
"babel-core": "^5.8.22",
"babel-loader": "^5.3.2",
"css-loader": "^0.25.0",
"cssnano": "^3.4.0",
"postcss-inline-svg": "^1.3.0",
"postcss-loader": "^0.8.0",
"precss": "^1.3.0",
"style-loader": "^0.13.1",
"webpack": "^1.12.9"
},
"dependencies": {
"compression": "^1.6.0",
"connect-pg-simple": "^3.0.2",
"express": "^4.13.3",
"express-session": "^1.11.3",
"react": "^0.14.1",
"react-dom": "^0.14.1",
"simple-oauth2": "^0.2.1"
}
}