-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 928 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
{
"name": "stylelint-config-lost",
"version": "0.0.3",
"description": "Lost grid config for stylelint",
"main": "index.js",
"scripts": {
"lint": "./node_modules/.bin/eslint src",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/delorge/stylelint-config-lost.git"
},
"keywords": [
"stylelint",
"stylelint-config",
"lost",
"lost-grid"
],
"author": {
"name": "Ivan Serniaev",
"url": "https://github.com/delorge",
"email": "[email protected]"
},
"files": [
"index.js"
],
"license": "MIT",
"devDependencies": {
"babel": "^6.5.2",
"babel-jest": "^18.0.0",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"eslint": "^3.15.0",
"eslint-config-cssnano": "^3.1.3",
"jest": "^18.1.0",
"stylelint": "^7.8.0",
"stylelint-config-standard": "^16.0.0"
}
}