-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 919 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
{
"author": "The jk Authors",
"bugs": {
"url": "https://github.com/jkcfg/mixins/issues"
},
"dependencies": {},
"description": "Compose JS objects",
"devDependencies": {
"babel-jest": "^23.6.0",
"babel-preset-env": "^1.7.0",
"eslint": "^5.10.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"jest": "^23.6.0"
},
"homepage": "https://github.com/jkcfg/mixins#readme",
"keywords": [
"configuration",
"code",
"generation"
],
"license": "Apache-2.0",
"module": "src/mixins.js",
"name": "@jkcfg/mixins",
"repository": {
"type": "git",
"url": "git+https://github.com/jkcfg/mixins.git"
},
"scripts": {
"lint": "eslint src",
"test": "jest"
},
"jest": {
"testMatch": [
"<rootDir>/tests/**"
],
"transform": {
".*": "<rootDir>/node_modules/babel-jest"
}
},
"version": "0.1.3"
}