forked from ClandestineCalavera/shwop
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.69 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.69 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
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "shwop",
"version": "1.0.0",
"description": "A peer-to-peer shopping app!",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha --recursive test",
"postinstall": "./node_modules/bower/bin/bower install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ClandestineCalavera/shwop.git"
},
"keywords": [
"shwop"
],
"author": "ClandestineCalavera",
"license": "ISC",
"bugs": {
"url": "https://github.com/ClandestineCalavera/shwop/issues"
},
"homepage": "https://github.com/ClandestineCalavera/shwop#readme",
"dependencies": {
"bower": "1.5.2",
"bcrypt-nodejs": "0.0.3",
"bluebird": "^2.10.2",
"body-parser": "^1.14.1",
"express": "^4.13.3",
"jwt-simple": "^0.3.1",
"morgan": "^1.6.1",
"mysql": "^2.9.0",
"q": "^1.4.1",
"query-string": "^3.0.0",
"sequelize": "^3.12.1",
"sequelize-cli": "^2.0.0",
"twilio": "^2.5.1"
},
"devDependencies": {
"chai": "^3.3.0",
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "^0.9.2",
"grunt-execute": "^0.2.2",
"grunt-karma": "^0.12.1",
"grunt-mocha-test": "^0.12.7",
"grunt-nodemon": "^0.4.0",
"grunt-shell": "^1.1.2",
"karma": "^0.13.14",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.1",
"karma-coverage": "^0.5.2",
"karma-mocha": "^0.2.0",
"karma-phantomjs-launcher": "^0.2.1",
"karma-sinon": "^1.0.4",
"mocha": "^2.3.3",
"phantomjs": "^1.9.18",
"sinon": "^1.17.1",
"supertest": "^1.1.0"
},
"engines": {
"node": "0.12.7"
}
}