-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
77 lines (77 loc) · 2.08 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "test5",
"version": "0.0.0",
"private": true,
"scripts": {
"test": "cross-env NODE_ENV=testing mocha --recursive test",
"start": "npm run build && node ./bin/www",
"runserver": "node ./bin/www",
"debug": "set DEBUG=myapp:* & npm start",
"lint:js": "eslint --fix .",
"lint:css": "stylelint **/*.css",
"lint": "npm-run-all lint:*",
"deploy:static": "surge -p ./public -d team5-quests.surge.sh",
"deploy": "npm-run-all deploy:*",
"build": "webpack",
"dev": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/urfu-2015/team5.git"
},
"author": "team5",
"license": "ISC",
"bugs": {
"url": "https://github.com/urfu-2015/team5/issues"
},
"homepage": "https://github.com/urfu-2015/team5#readme",
"dependencies": {
"body-parser": "1.13.2",
"brace-expansion": "^1.1.3",
"cloudinary": "^1.3.1",
"config": "1.19.0",
"cookie-parser": "1.3.5",
"cross-env": "^1.0.7",
"express": "4.13.1",
"express-flash": "0.0.2",
"express-session": "1.13.0",
"extract-text-webpack-plugin": "^1.0.1",
"fs-extra": "^0.27.0",
"geolib": "2.0.21",
"hbs": "3.1.0",
"mongoose": "4.4.7",
"mongoose-relationship": "0.1.5",
"morgan": "1.6.1",
"multer": "^1.1.0",
"multiparty": "^4.1.2",
"npm-run-all": "1.5.3",
"passport": "0.3.2",
"passport-local": "1.0.0",
"passport-local-mongoose": "4.0.0",
"serve-favicon": "2.3.0",
"should": "^8.3.1",
"stylus": "^0.54.2",
"stylus-loader": "^2.0.0",
"walk-sync": "0.2.6"
},
"devDependencies": {
"autoprefixer": "^6.3.6",
"chai": "3.5.0",
"css-loader": "^0.23.1",
"debug": "2.2.0",
"dotenv": "^2.0.0",
"eslint": "2.4.0",
"eslint-config-xo": "0.12.0",
"faker": "~3.0.1",
"file-loader": "^0.8.5",
"handlebars": "^4.0.5",
"handlebars-template-loader": "^0.6.0",
"mocha": "2.4.5",
"poststylus": "^0.2.3",
"style-loader": "^0.13.1",
"stylus": "^0.54.2",
"supertest": "1.2.0",
"surge": "0.17.7",
"webpack": "^1.13.0"
}
}