forked from Rennoid/Pickup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.12 KB
/
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
41
42
43
44
45
{
"name": "Pickup!",
"version": "1.0.0",
"description": "Pickup app server dependencies",
"main": "index.js",
"scripts": {
"test": "mocha test/server.spec.js",
"start": "gulp watch & nodemon server/server.js",
"postinstall": "./node_modules/bower/bin/bower install"
},
"repository": {
"type": "git",
"url": "https://github.com/Triumphant-Mailbox/triumphant-mailbox.git"
},
"author": [
"Vivek Tumrukota",
"Mark Bennett",
"Kurt Bartholomew",
"Steven Shyun"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Triumphant-Mailbox/triumphant-mailbox/issues"
},
"homepage": "https://github.com/Triumphant-Mailbox/triumphant-mailbox",
"dependencies": {
"bluebird": "^2.9.25",
"body-parser": "^1.12.3",
"express": "^4.12.3",
"morgan": "^1.5.2",
"mysql": "^2.6.2",
"sequelize": "^2.1.0",
"bower": "~1.4.1"
},
"devDependencies": {
"mocha": "~2.2.4",
"debug": "~2.1.3",
"chai": "~2.3.0",
"supertest": "~0.15.0",
"gulp-livereload": "~3.8.0",
"gulp": "~3.8.11",
"gulp-jshint": "~1.10.0",
"jshint-stylish": "~1.0.2"
}
}