-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
49 lines (49 loc) · 1.59 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
46
47
48
49
{
"name": "thesecrettoiletsofsf",
"version": "1.0.0",
"description": "[![Stories in Ready](https://badge.waffle.io/amused-rutabega/thesecrettoiletsofsf.png?label=ready&title=Ready)](https://waffle.io/amused-rutabega/thesecrettoiletsofsf) # thesecrettoiletsofsf",
"main": "index.js",
"scripts": {
"start": "node_modules/.bin/nodemon server/server.js",
"test": "mocha -R spec spec/ServerSpec.js && karma start karma.conf.js",
"postinstall": "npm install -g bower && bower install && cp -n client/config.example.js client/config.js",
"getGeoData": "node ./node_modules/geoip-lite/scripts/updatedb.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brianleungwh/thesecrettoiletsofsf.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/brianleungwh/thesecrettoiletsofsf/issues"
},
"homepage": "https://github.com/brianleungwh/thesecrettoiletsofsf#readme",
"dependencies": {
"body-parser": "^1.14.0",
"ejs": "^2.3.4",
"express": "^4.13.3",
"geoip-lite": "^1.1.6",
"morgan": "^1.6.1",
"nodemon": "^1.7.0",
"pg": "^4.4.2",
"pg-hstore": "^2.3.2",
"sequelize": "^3.9.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"chai": "^3.3.0",
"gulp": "^3.9.0",
"gulp-jshint": "^1.11.2",
"gulp-mocha": "^2.1.3",
"karma": "^0.13.10",
"karma-chai": "^0.1.0",
"karma-cli": "0.0.4",
"karma-mocha": "^0.1.4",
"karma-nested-reporter": "^0.1.1",
"karma-phantomjs-launcher": "^0.1.4",
"mocha": "^1.20.1",
"really-need": "^1.6.3",
"supertest": "^1.1.0"
}
}