-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 1.02 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
{
"name": "pobem",
"version": "1.1.2",
"description": "BEM syntax for CSS",
"keywords": [
"bem",
"css",
"postcss",
"css"
],
"homepage": "https://github.com/bem-contrib/pobem",
"repository": "bem-contrib/pobem",
"maintainers": [
"Sergey Belozyorcev <[email protected]> (https://github.com/belozyorcev)"
],
"main": "build/index.js",
"files": [
"build/"
],
"dependencies": {
"postcss": "5.0.x"
},
"devDependencies": {
"babel-eslint": "5.0.x",
"babel-plugin-add-module-exports": "0.1.x",
"babel-preset-es2015": "6.6.x",
"eslint-config-rebem": "1.1.x",
"eslint-plugin-babel": "3.1.x",
"estraverse-fb": "1.3.1",
"husky": "0.11.x",
"require-uncached": "1.0.x",
"start-babel-cli": "1.x.x",
"start-rebem-preset": "0.x.x"
},
"scripts": {
"start": "start-runner start-rebem-preset",
"prepush": "npm start prepush",
"prepublish": "npm start build"
},
"engines": {
"node": ">=0.12.0",
"npm": ">=2.7.0"
},
"license": "MIT"
}