-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.28 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
{
"name": "greenfield",
"version": "1.0.0",
"description": "Book list app",
"main": "index.js",
"scripts": {
"test": "mocha",
"start": "grunt build && nodemon server/server.js",
"postinstall": "bower install"
},
"repository": {
"type": "git",
"url": "https://github.com/hrr12T-Rex/2016-01-greenfield.git"
},
"author": "T-Rex",
"license": "MIT",
"bugs": {
"url": "https://github.com/hrr12T-Rex/2016-01-greenfield/issues"
},
"homepage": "https://github.com/hrr12T-Rex/2016-01-greenfield",
"dependencies": {
"amazon-product-api": "^0.3.8",
"aws4": "^1.2.1",
"bluebird": "^3.3.1",
"body-parser": "^1.15.0",
"bookshelf": "^0.9.2",
"bower": "^1.7.7",
"chai": "^3.5.0",
"express": "^4.13.4",
"express-jwt": "^3.3.0",
"jsonwebtoken": "^5.7.0",
"knex": "^0.10.0",
"mocha": "^2.4.5",
"morgan": "^1.6.1",
"mysql": "^2.10.2",
"node-env-file": "^0.1.8",
"url": "^0.11.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^0.11.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-test": "^0.12.7",
"grunt-sass": "^1.1.0",
"grunt-shell": "^0.6.4"
}
}