-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 808 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 808 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
{
"name": "Backbone4Dummies",
"version": "1.0.0",
"description": "Source code from Backbone4Dummies talk.",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/zigolis/Backbone4Dummies.git"
},
"keywords": [
"Backbone",
"dummies",
"getStarted"
],
"author": "Gabriel Zigolis <gabriel.zigolis@gmail.com> (http://www.zigolis.com) && Renan Carvalho <renansscarvalho@gmail.com> (http://www.rcarvalhojs.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/zigolis/Backbone4Dummies/issues"
},
"homepage": "https://github.com/zigolis/Backbone4Dummies",
"devDependencies": {
"body-parser": "^1.12.4",
"cors": "^2.7.1",
"express": "^4.12.4",
"request": "^2.57.0",
"serve-static": "^1.9.3"
}
}