forked from ember-cli/ember-cli-preprocess-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 972 Bytes
/
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
{
"name": "ember-cli-preprocess-registry",
"version": "4.0.0",
"description": "Preprocessor registry used internally by ember-cli.",
"main": "index.js",
"scripts": {
"test": "mocha tests/**/*",
"lint": "mocha tests/unit/lint-test.js"
},
"files": [
"index.js",
"preprocessors.js",
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ember-cli/ember-cli-preprocessor-registry.git"
},
"author": "ember-cli Contributors",
"license": "MIT",
"engines": {
"node": "6.* || 8.* || >= 10.*"
},
"bugs": {
"url": "https://github.com/ember-cli/ember-cli-preprocessor-registry/issues"
},
"homepage": "https://github.com/ember-cli/ember-cli-preprocessor-registry#readme",
"dependencies": {
"broccoli-funnel": "^2.0.2",
"debug": "^4.1.1"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint-plugin-chai-expect": "^2.0.1",
"mocha": "^6.2.2",
"mocha-eslint": "^5.0.0"
}
}