-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (45 loc) · 1.01 KB
/
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
38
39
40
41
42
43
44
45
46
47
{
"name": "bookstore",
"version": "0.2.1",
"description": "BookStore SPA app",
"author": "garfield",
"repository": "https://github.com/4garfield/bookstore",
"license": "MIT",
"keywords": [
"SPA",
"Express",
"Marionette"
],
"dependencies": {
"underscore": "~1.8.3",
"jquery": "~3.1.1",
"backbone": "~1.3.3",
"backbone.radio": "~2.0.0",
"backbone.marionette": "~3.1.0",
"handlebars": "~4.0.6",
"bootstrap": "~3.3.7",
"font-awesome": "~4.7.0",
"simple-line-icons": "~2.4.1",
"requirejs": "~2.3.2",
"text": "github:requirejs/text",
"express": "~4.14.0",
"body-parser": "~1.16.1",
"cookie-parser": "~1.4.3",
"debug": "~2.6.1",
"less-middleware": "~2.2.0",
"express-hbs": "~1.0.4",
"morgan": "~1.8.1",
"serve-favicon": "~2.4.0",
"prerender-node": "~2.7.0"
},
"devDependencies": {
"chai": "~3.5.0",
"mocha": "~3.2.0"
},
"scripts": {
"start": "node server.js"
},
"engines": {
"node": ">=0.12.0"
}
}