forked from hypnotoads/linkedlist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.09 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
{
"name": "greenfield",
"version": "1.0.0",
"description": "yolo",
"main": "./server/server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neekon91/greenfield.git"
},
"contributors": [
"Daniel Wirz",
"Harris Lee",
"Kent Moreland",
"Michael Olorunnisola",
"Neekon Etemad"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/neekon91/greenfield/issues"
},
"homepage": "https://github.com/neekon91/greenfield#readme",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"bluebird": "^3.4.6",
"body-parser": "1.14.1",
"express": "4.13.3",
"express-session": "^1.14.1",
"fs": "0.0.2",
"multer": "1.1.0",
"mysql": "^2.11.1",
"sendgrid": "^4.3.0"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0"
},
"engines": {
"node": "6.6.0"
}
}