-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 753 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 753 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
29
30
31
{
"name": "ember-cli-comment-defeature",
"version": "1.0.0",
"description": "An ember-cli addon for allowing you to specify lines or blocks of code as features to be enabled or disabled dynamically.",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": "https://github.com/dbazile/ember-cli-comment-defeature",
"engines": {
"node": ">= 4.0.0"
},
"bugs": {
"url": "https://github.com/dbazile/ember-cli-comment-defeature/issues"
},
"author": "David Bazile",
"license": "MIT",
"devDependencies": {
"broccoli-test-helpers": "0.0.8",
"mocha": "~2.3.0"
},
"keywords": [
"ember-addon"
],
"dependencies": {
"broccoli-filter": "^1.2.2"
},
"ember-addon": {}
}