forked from 3vnt/eventr
-
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.22 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.22 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": "eventr",
"version": "1.0.0",
"description": "Event App",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server/server.js",
"lint": "eslint ./",
"postinstall": "curl -s https://raw.githubusercontent.com/hackreactor-labs/pomander/master/bin/install | bash"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jonathen09/eventr.git"
},
"author": "3vent",
"license": "ISC",
"bugs": {
"url": "https://github.com/jonathen09/eventr/issues"
},
"homepage": "https://github.com/jonathen09/eventr#readme",
"dependencies": {
"angular": "^1.5.3",
"angular-bluebird-promises": "^1.0.1",
"bluebird": "^3.3.5",
"body-parser": "^1.15.0",
"express": "^4.13.4",
"jwt-simple": "^0.5.0",
"mysql": "^2.10.2",
"promise-mysql": "^1.3.2",
"request": "^2.70.0",
"socket.io": "^1.4.5",
"underscore": "^1.8.3"
},
"devDependencies": {
"bower": "^1.7.7",
"browser-sync": "^2.12.1",
"eslint-config-hackreactor": "git://github.com/hackreactor-labs/eslint-config-hackreactor",
"grunt": "^1.0.1",
"gulp-nodemon": "^2.0.6",
"gulp-util": "^3.0.7",
"nodemon": "^1.9.1"
}
}