-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 712 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 712 Bytes
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
{
"name": "github-activity-visualization",
"version": "1.0.1",
"description": "Github Activity visualization",
"private": true,
"main": "index.js",
"scripts": {
"start": "supervisor -i node_modules,.git,app,public -e html,js server"
},
"author": "Antti Manninen <antti.mann@gmail.com>",
"dependencies": {
"bluebird": "^3.3.4",
"good": "^6.6.0",
"good-console": "^5.3.1",
"hapi": "^13.2.2",
"inert": "^3.2.0",
"jade": "^1.11.0",
"lodash": "^4.6.1",
"request": "^2.69.0",
"vision": "^4.0.1"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-browserify": "^5.0.0",
"grunt-contrib-uglify": "^0.4.1",
"grunt-contrib-watch": "^0.6.1"
}
}