-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 912 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
{
"name": "bemmer",
"version": "1.1.0",
"description": "BEM-like simple classname builder.",
"main": "./distributions/index.js",
"scripts": {
"babel": "babel ./sources --out-dir ./distributions",
"test": "ava './tests/**/*.test.js' -t | tap-diff"
},
"repository": {
"type": "git",
"url": "[email protected]:axross/bemmer.git"
},
"keywords": [
"react",
"bem",
"classname",
"css"
],
"author": "axross",
"license": "MIT",
"bugs": {
"url": "https://github.com/axross/bemmer/issues"
},
"homepage": "https://github.com/axross/bemmer",
"devDependencies": {
"ava": "0.12.0",
"babel-cli": "6.6.4",
"babel-core": "6.6.4",
"babel-plugin-transform-object-assign": "6.5.0",
"babel-preset-es2015": "6.6.0",
"babel-register": "6.6.0",
"eslint": "2.3.0",
"tap-diff": "0.1.1"
},
"dependencies": {
"invariant": "2.2.0"
}
}