-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 917 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
35
36
37
38
39
40
41
42
{
"name": "enb-bem-babel",
"version": "0.0.4",
"description": "",
"author": "Vladimir Varankin <nek.narqo@gmail.com> (http://github.com/narqo)",
"maintainers": [
{
"name": "Dmitry Filatov",
"email": "dfilatov@yandex-team.ru"
},
{
"name": "Sergey Berezhnoy",
"email": "veged@ya.ru"
},
{
"name": "Vladimir Varankin",
"email": "nek.narqo@gmail.com"
}
],
"license": "MPL-2.0",
"scripts": {
"lint": "jscs .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"babel-core": "^5.8.25",
"babel-loader": "^5.3.2",
"babel-plugin-bem": "^0.3.0",
"babel-runtime": "^5.8.25",
"vow": "^0.4.11",
"vow-fs": "^0.3.4",
"webpack": "^1.12.2"
},
"peerDependencies": {
"enb": ">= 0.8.22"
},
"devDependencies": {
"enb": "^1.0.0",
"jscs": "^2.2.1",
"jscs-bem": "^0.2.0"
}
}