-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 959 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
{
"name": "Kanoevents",
"version": "0.0.1",
"description": "An app that allows one to create an event and returns live commentary",
"main": "index.js",
"engines": {
"node": "0.10.31",
"npm": "1.4.23"
},
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": ""
},
"author": "Ladi Adenusi",
"license": "Proprietary",
"homepage": "http://kano-events.herokuapp.com",
"dependencies": {
"body-parser": "^1.9.0",
"browserify": "^5.12.0",
"connect-livereload": "^0.4.0",
"cookie-parser": "^1.3.3",
"express": "^4.9.5",
"firebase": "2.2.0",
"gulp": "^3.8.7",
"gulp-bower": "0.0.7",
"gulp-concat": "^2.4.1",
"gulp-exit": "^0.0.2",
"gulp-jade": "^0.7.0",
"gulp-nodemon": "^1.0.4",
"gulp-stylus": "^2.0.1",
"gulp-util": "^3.0.1",
"jade": "^1.6.0",
"lodash": "^2.4.1",
"moment": "^2.8.2",
"vinyl-source-stream": "^1.1.0"
}
}