-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 992 Bytes
/
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
{
"name": "nearly",
"version": "1.0.0",
"description": "A travel tool for people who want to know if a 'x' is close to a 'y'",
"main": "app/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jberry93/nearly.git"
},
"author": "Jeffrey Berry",
"license": "ISC",
"bugs": {
"url": "https://github.com/jberry93/nearly/issues"
},
"homepage": "https://github.com/jberry93/nearly#readme",
"dependencies": {
"assert": "^1.3.0",
"body-parser": "^1.14.1",
"express": "^4.13.3",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-imagemin": "^2.3.0",
"gulp-minify-css": "^1.2.1",
"gulp-minify-html": "^1.0.4",
"gulp-mocha": "^2.1.3",
"gulp-nodemon": "^2.0.4",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.4.2",
"mongodb": "^2.0.46",
"mongoose": "^4.2.1",
"supertest": "^1.1.0",
"wiredep": "^3.0.0-beta"
}
}