forked from portlandcodeschool/backbone-tutorials
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 681 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 681 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
{
"name": "backbone-tutorials",
"version": "1.0.0",
"description": "This is a repo for tutorial materials I'm writing about building sites in Backbone",
"main": "concat.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/rjohnson2590/backbone-tutorials.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/rjohnson2590/backbone-tutorials/issues"
},
"homepage": "https://github.com/rjohnson2590/backbone-tutorials",
"dependencies": {
"bluebird": "^2.9.30",
"knex": "^0.8.6",
"pg": "^4.4.0"
},
"devDependencies": {}
}