-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.02 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
{
"name": "babel-plugin-glimmer-inline-precompile",
"version": "1.2.0",
"description": "Use tagged template strings to precompile glimmer templates inside your JS files.",
"main": "index.js",
"scripts": {
"test": "qunit test.js"
},
"keywords": [
"babel-plugin",
"ember-addon"
],
"ember-addon": {
"main": "ember-addon-main.js"
},
"author": "Robert Jackson <[email protected]>",
"license": "MIT",
"devDependencies": {
"@glimmer/compiler": "^0.24.0-beta.6",
"babel-core": "^6.25.0",
"qunit-eslint": "^1.0.0",
"qunitjs": "^2.3.3"
},
"peerDependencies": {
"@glimmer/compiler": "> 0.23.0 || > 0.24.0-alpha.1 || > 0.25.0-alpha.1"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/glimmerjs/babel-plugin-glimmer-inline-precompile.git"
},
"bugs": {
"url": "https://github.com/glimmerjs/babel-plugin-glimmer-inline-precompile/issues"
},
"homepage": "https://github.com/glimmerjs/babel-plugin-glimmer-inline-precompile#readme"
}