-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1 KB
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
{
"name": "fastboot-express-middleware",
"version": "1.0.0-beta.6",
"description": "An Express middleware for rendering Ember apps with FastBoot",
"main": "index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha",
"test:watch": "./node_modules/mocha/bin/mocha -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ember-fastboot/fastboot-express-middleware.git"
},
"keywords": [
"fastboot",
"ember",
"express",
"middleware"
],
"author": "Tom Dale <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ember-fastboot/fastboot-express-middleware/issues"
},
"homepage": "https://github.com/ember-fastboot/fastboot-express-middleware#readme",
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"express": "^4.13.4",
"mocha": "^2.4.5",
"mocha-jshint": "^2.3.1",
"request-promise": "^3.0.0"
},
"dependencies": {
"chalk": "^1.1.3",
"fastboot": "^1.0.0-beta.3"
}
}