forked from JakeRawr/DrivewayHunt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.46 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.46 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
53
54
55
56
{
"name": "DrivewayHunt",
"version": "0.1.0",
"description": "Garage sale web app",
"main": "server.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/DrivewayHunt/DrivewayHunt.git"
},
"author": "DrivewayHunt",
"license": "MIT",
"bugs": {
"url": "https://github.com/DrivewayHunt/DrivewayHunt/issues"
},
"homepage": "https://github.com/DrivewayHunt/DrivewayHunt",
"devDependencies": {
"chai": "^1.10.0",
"chai-http": "^1.0.0",
"debowerify": "^1.2.0",
"grunt": "^0.4.5",
"grunt-browserify": "^3.2.1",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-sass": "^0.8.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-jscs": "^1.0.0",
"grunt-karma": "^0.9.0",
"grunt-mongoimport": "^0.1.5",
"grunt-simple-mocha": "^0.4.0",
"jasmine-core": "^2.1.3",
"karma": "^0.12.28",
"karma-jasmine": "^0.3.2",
"karma-phantomjs-launcher": "^0.1.4",
"nock": "^0.52.0"
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.9.2",
"bower": "^1.3.12",
"express": "^4.10.1",
"grunt-libsass": "^0.2.0",
"grunt-sass": "^0.17.0",
"jwt-simple": "^0.2.0",
"lodash": "^2.4.1",
"mongoose": "^3.8.18",
"passport": "^0.2.1",
"passport-http": "^0.2.2",
"request": "^2.51.0",
"underscore": "^1.7.0"
}
}