forked from pulseenergy/panorama
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 897 Bytes
/
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
{
"name": "panorama",
"version": "1.0.0",
"description": "review changes across multiple repositories",
"main": "app.js",
"engines": {
"node": ">=4.5.0"
},
"scripts": {
"lint": "eslint .",
"test": "npm run lint",
"build": "webpack",
"watch": "webpack -w"
},
"repository": {
"type": "git",
"url": "http://github.com/wachunga/panorama.git"
},
"keywords": [
"app",
"github",
"organization",
"commits",
"diff",
"repositories",
"code review"
],
"author": "Pulse Energy",
"license": "MIT",
"dependencies": {
"async": "^0.9.0",
"ejs": "2.5.7",
"ejs-locals": "^1.0.2",
"everyauth": "~0.4.5",
"express": "^3.19.0",
"request": "^2.51.0",
"svg.js": "^2.6.3",
"underscore": "~1.6.0"
},
"devDependencies": {
"eslint": "^4.10.0",
"replay": "^1.12.0",
"webpack": "^3.8.1"
}
}