-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 724 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 724 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
{
"name": "fastboot-filter-initializers",
"version": "0.0.2",
"description": "Simple broccoli utility function to filter ember initializers based upon build mode.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ronco/fastboot-filter-initializers.git"
},
"keywords": [
"broccoli",
"ember",
"ember-cli",
"fastboot"
],
"author": "Ron White <ronco@costite.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ronco/fastboot-filter-initializers/issues"
},
"homepage": "https://github.com/ronco/fastboot-filter-initializers#readme",
"dependencies": {
"broccoli-funnel": "^1.0.1"
}
}