-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1000 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 1000 Bytes
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": "shortly-deploy",
"version": "0.0.1",
"description": "Learn all about deployment",
"main": "server.js",
"repository": "",
"license": "Proprietary",
"private": true,
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"bluebird": "1.0.8",
"bookshelf": "^0.9.1",
"chai": "^1.9.0",
"ejs": "~0.8.5",
"eslint-config-hackreactor": "git://github.com/hackreactor-labs/eslint-config-hackreactor",
"express": "~3.4.8",
"express-partials": "~0.2.0",
"forever": "^0.10.11",
"grunt": "^0.4.4",
"grunt-contrib-concat": "^0.3.0",
"grunt-contrib-cssmin": "^0.9.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-eslint": "^17.3.1",
"grunt-mocha-test": "^0.10.0",
"grunt-nodemon": "^0.2.1",
"grunt-shell": "^0.6.4",
"knex": "^0.9.0",
"mocha": "^1.17.1",
"mongoose": "~3.8.8",
"request": "^2.34.0",
"sqlite3": "~3.0.10"
},
"devDependencies": {
"supertest": "^0.10.0"
}
}