-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.12 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
{
"name": "babel-plugin-app-decorators-view-precompile",
"description": "Babel plugin for app-decorators @view",
"version": "0.8.252",
"author": "Serkan Sipahi <serkan.sipahi@yahoo.de>",
"main": "lib/index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/SerkanSipahi/app-decorators/tree/master/packages/babel-plugin-app-decorators-view-precompile"
},
"bugs": {
"url": "https://github.com/SerkanSipahi/app-decorators/issues"
},
"scripts": {
"prepublish": "make compile",
"test": "make test"
},
"keywords": [
"babel",
"babel-plugin",
"es7",
"decorators",
"view"
],
"dependencies": {
"babel-core": "6.26.3",
"babel-plugin-syntax-decorators": "6.13.0",
"babel-plugin-syntax-function-bind": "6.13.0",
"babel-plugin-transform-function-bind": "6.22.0",
"babel-preset-es2015": "6.24.1",
"babel-template": "6.26.0",
"babel-types": "6.26.0",
"babylon": "6.18.0",
"handlebars": "4.0.11"
},
"devDependencies": {
"babel-cli": "6.26.0",
"chai": "4.1.2",
"mocha": "5.2.0",
"should": "13.2.1"
}
}