-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 880 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
{
"name": "b_add",
"version": "0.0.1",
"description": "A small utility helps you to easily add BEM blocks in the file system of your project",
"main": "lib/main.js",
"dependencies": {
"bem-naming": "^0.5.1",
"create-file": "^1.0.1",
"jsonfile": "^2.2.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"May be in future...\" && exit 0"
},
"repository": {
"type": "git",
"url": "https://github.com/c01nd01r/b_add"
},
"keywords": [
"bem",
"block",
"b_add",
"cli"
],
"author": {
"name": "c01nd01r",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/c01nd01r/b_add/issues"
},
"preferGlobal": "true",
"bin": {
"b_add": "./bin/b_add"
},
"homepage": "https://github.com/c01nd01r/b_add",
"engines": {
"node": ">0.12.0"
}
}