-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.03 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.03 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
{
"name": "mittr-frontend",
"version": "1.0.0",
"engines": {
"node": "0.10.x"
},
"description": "Frontend Node.js layer for Technologyreview.com",
"main": "gulpfile.js",
"dependencies": {
"express": "^4.10.2",
"marked": "^0.3.2",
"passport": "^0.2.1",
"randomstring": "^1.0.3",
"serve-favicon": "^2.1.6",
"swig": "^1.4.2",
"swig-marked": "0.0.1",
"underscore": "^1.7.0"
},
"devDependencies": {
"connect-livereload": "^0.5.2",
"gulp": "^3.8.10",
"gulp-install": "^0.2.0",
"gulp-jshint": "^1.9.0",
"gulp-less": "^1.3.6",
"gulp-livereload": "^2.1.1",
"gulp-nodemon": "^1.0.4",
"gulp-rename": "^1.2.0",
"gulp-uglifyjs": "^0.5.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "https://github.com/technologyreview/node-app.git"
},
"author": "Kevin Leary",
"license": "ISC",
"bugs": {
"url": "https://github.com/technologyreview/node-app/issues"
},
"homepage": "https://github.com/technologyreview/node-app"
}