-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 906 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
{
"name": "shortly-express",
"version": "0.0.1",
"description": "shortly using express",
"main": "server.js",
"repository": "",
"license": "Proprietary",
"private": true,
"dependencies": {
"knex": "~0.5.7",
"bookshelf": "~0.6.4",
"sqlite3": "~2.2.0",
"express": "~3.4.8",
"express-partials": "~0.2.0",
"ejs": "~0.8.5",
"mocha": "^1.17.1",
"request": "^2.34.0",
"chai": "^1.9.0",
"forever": "^0.10.11",
"bcrypt-nodejs": "0.0.3",
"grunt": "^0.4.4",
"grunt-contrib-jshint": "^0.9.2",
"grunt-contrib-concat": "^0.3.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-shell": "^0.6.4",
"grunt-contrib-cssmin": "^0.9.0",
"grunt-nodemon": "^0.2.1",
"grunt-mocha-test": "^0.10.0",
"mongoose": "~3.8.8",
"bluebird": "1.0.8"
},
"devDependencies": {
"supertest": "^0.10.0"
}
}