forked from jmg2107/wedding-chart
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.4 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.4 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
50
51
52
{
"name": "seating-chart",
"version": "1.0.0",
"description": "seating chart app for your wedding",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "./node_modules/grunt-cli/bin/grunt build",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/jmg2107/seating-chart.git"
},
"author": "Jennica Goo",
"license": "ISC",
"bugs": {
"url": "https://github.com/jmg2107/seating-chart/issues"
},
"engines": {
"node": "0.12.7"
},
"dependencies": {
"bluebird": "1.0.8",
"body-parser": "^1.5.2",
"bookshelf": "~0.6.4",
"bootstrap": "^4.0.0-alpha.2",
"browser-sync": "^1.5.7",
"express": "~4.8.0",
"express-partials": "~0.2.0",
"express-session": "^1.7.2",
"forever": "^0.10.11",
"grunt": "^0.4.4",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^0.3.0",
"grunt-contrib-cssmin": "^0.9.0",
"grunt-contrib-jshint": "^0.9.2",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-test": "^0.10.0",
"grunt-nodemon": "^0.2.1",
"grunt-shell": "^0.6.4",
"jquery": "^2.2.1",
"knex": "~0.5.7",
"lodash": "~2.4",
"nodemon": "^1.2.1",
"request": "^2.34.0",
"sqlite3": "3.0.10"
},
"homepage": "https://github.com/jmg2107/seating-chart/"
}