This repository was archived by the owner on Nov 2, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.3 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.3 KB
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
{
"name": "Tech-NYU-Website",
"title": "tech@nyu's website",
"version": "0.0.1",
"private": true,
"author": {
"name": "Ethan Resnick",
"url": "http://www.ethanresnick.com/"
},
"contributors": [
{
"name": "Cheryl Wu",
"url": "http://www.grunegrabbit.com/"
},
{
"name": "Abhi Agarwal",
"url": "http://abhiagarwal.com/"
},
{
"name": "Ben Paster",
"url": "http://www.benpaster.com/"
}
],
"repository": {
"type": "git",
"url": "https://github.com/ethanresnick/tech-nyu-site.git"
},
"bugs": "https://github.com/ethanresnick/tech-nyu-site/issues",
"dependencies": {
"bower": "^1.3.1",
"express": "3.5.x",
"mongodb": "1.4.x",
"nunjucks": "1.0.x",
"request": "~2.42.0"
},
"devDependencies": {
"bower": "1.3.x",
"squirejs": "~0.1.0",
"almond": "~0.2.7",
"event-stream": "3.1.x",
"gulp": "3.9.x",
"gulp-ruby-sass": "0.4.x",
"gulp-util": "2.2.x",
"gulp-clean": "0.2.x",
"gulp-replace": "0.2.x",
"gulp-changed": "0.2.x",
"gulp-filter": "0.3.x",
"gulp-requirejs": "0.1.x",
"gulp-uglify": "0.2.x",
"gulp-exec": "1.0.x",
"gulp-minify-html": "0.1.x",
"gulp-html-replace": "^1.1.0",
"q": "1.x.x"
},
"scripts": {
"start": "node build/server.js"
}
}