-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.27 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.27 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
45
46
47
48
49
{
"name": "edify",
"version": "1.0.0",
"description": "> Pithy project description",
"main": "server/server.js",
"scripts": {
"start": "node server/server.js",
"postinstall": "node db/dbSetup.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TCL735/EnigmaticSpork.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/TCL735/EnigmaticSpork/issues"
},
"homepage": "https://github.com/TCL735/EnigmaticSpork#readme",
"dependencies": {
"bluebird": "^2.9.30",
"body-parser": "^1.13.1",
"bookshelf": "^0.8.1",
"cookie-parser": "^1.3.5",
"express": "^4.12.4",
"express-method-override": "0.0.3",
"express-session": "^1.11.3",
"knex": "^0.8.6",
"method-override": "^2.3.3",
"mysql": "^2.7.0",
"passport": "^0.2.2",
"passport-github2": "^0.1.9"
},
"engines": {
"node": "0.10.x"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-cssmin": "^0.12.3",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-mysql-dump": "^1.1.0",
"grunt-ng-annotate": "^1.0.1",
"grunt-shell": "^1.1.2"
}
}