forked from beards-of-zeus/beards-of-zeus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1 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
{
"name": "beards-of-zeus",
"version": "0.0.1",
"description": "By the beards of Zeus!",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": "0.12.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/beards-of-zeus/beards-of-zues.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/beards-of-zeus/beards-of-zues/issues"
},
"homepage": "https://www.tagalong.club",
"dependencies": {
"babel-loader": "^5.3.2",
"body-parser": "^1.13.3",
"express": "^4.13.3",
"grunt": "^0.4.4",
"grunt-contrib-concat": "^0.3.0",
"grunt-contrib-cssmin": "^0.9.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-test": "^0.10.0",
"grunt-nodemon": "^0.2.1",
"grunt-shell": "^0.6.4",
"grunt-webpack": "^1.0.11",
"mysql": "^2.4.2",
"react": "^0.13.3",
"sequelize": "~3.4.1"
},
"devDependencies": {}
}