-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 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
44
45
46
47
48
49
{
"name": "atom-bem-create",
"main": "./lib/atom-bem-create",
"version": "1.0.0",
"description": "Atom plugin for bem-tools-create",
"scripts": {
"test":"mocha tests.js"
},
"keywords": [
"bem",
"bem-tools",
"bem-naming",
"bem create",
"bem-tools-create"
],
"author": "Vladimir Grinenko <[email protected]>",
"repository": "https://github.com/bem-tools/atom-bem-create",
"license": "MIT",
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"dependencies": {
"acorn": "^3.2.0",
"atom-notify": "^1.1.0",
"atom-space-pen-views": "^2.2.0",
"bem-config": "^3.1.0",
"bem-naming": "^1.0.1",
"bem-tools-create": "bem-tools/bem-tools-create#master",
"escodegen": "a-x-/escodegen#patch-1",
"estraverse": "a-x-/estraverse#patch-1",
"lodash": "^4.13.1",
"ls": "^0.1.0"
},
"contributors": [
{
"email": "[email protected]",
"name": "Anna Tyutyunnik"
},
{
"email": "[email protected]",
"name": "Alexander Mekhonoshin"
}
],
"devDependencies": {
"assert": "^1.4.1",
"chalk": "^1.1.3",
"mocha": "^3.1.0"
}
}