-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 845 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
{
"name": "babel-plugin-flavors",
"version": "1.0.0",
"description": "Babel plugin helps set imports with provided order",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/vistier/babel-plugin-flavors.git"
},
"keywords": [
"babel",
"plugin",
"imports",
"flavor"
],
"author": "Adi (https://github.com/vistier)",
"license": "MIT",
"bugs": {
"url": "https://github.com/vistier/babel-plugin-flavors/issues"
},
"homepage": "https://github.com/vistier/babel-plugin-flavors#readme",
"devDependencies": {
"babel-core": "^6.21.0",
"babel-eslint": "^7.0.0",
"eslint": "^3.7.1",
"eslint-config-tipsi": "1.5.0",
"tape-async": "^2.1.1"
},
"dependencies": {
"babel-plugin-module-alias": "^1.6.0",
"path": "^0.12.7"
}
}