-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
45 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
{
"name": "broccoli-middleware",
"description": "Broccoli asset builder middleware",
"version": "2.1.1",
"author": "Jo Liss <joliss42@gmail.com>",
"main": "lib/index.js",
"license": "MIT",
"keywords": [
"builder",
"build",
"frontend",
"browser",
"asset",
"pipeline"
],
"repository": {
"type": "git",
"url": "https://github.com/ember-cli/broccoli-middleware"
},
"homepage": "https://github.com/ember-cli/broccoli-middleware",
"dependencies": {
"ansi-html": "^0.0.7",
"find-up": "^3.0.0",
"handlebars": "^4.0.4",
"has-ansi": "^3.0.0",
"launch-editor": "^2.2.1",
"mime-types": "^2.1.18"
},
"devDependencies": {
"chai": "^4.0.2",
"eslint-plugin-chai-expect": "^1.1.1",
"express": "^4.13.4",
"jshint": "~2.9.4",
"mocha": "^5.0.0",
"mocha-eslint": "^2.0.1",
"request-promise": "^3.0.0",
"rsvp": "^4.6.1"
},
"engines": {
"node": "6.* || 8.* || >= 10.*"
},
"scripts": {
"test": "node_modules/.bin/mocha"
}
}