-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.2 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
{
"name": "website",
"version": "0.0.0",
"description": "Hurc website",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp build",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git://github.com/HarvardURC/website.git"
},
"author": "Timothy Tamm",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/HarvardURC/website/issues"
},
"dependencies": {
"angular": "^1.5.8",
"angular-filter": "^0.5.11",
"angular-ui-router": "^0.3.1",
"async": "~2.0.0-rc.5",
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.14.0",
"body-parser": "~1.15.1",
"bower": "~1.7.9",
"clone-stats": "^1.0.0",
"del": "~2.2.2",
"express": "~4.13.4",
"google-spreadsheet": "~2.0.3",
"gulp": "~3.9.1",
"gulp-imagemin": "~3.0.3",
"gulp-minify-css": "~1.2.4",
"gulp-rename": "~1.2.2",
"method-override": "~2.3.6",
"mongoose": "~4.4.19",
"nodemon": "~1.9.2",
"request": "~2.72.0",
"serve-favicon": "~2.3.0",
"spotify-web-api-node": "^2.3.6",
"webpack": "^1.13.2",
"webpack-stream": "^3.2.0"
}
}