wallet-core/node_modules/detect-indent/package.json

47 lines
744 B
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "detect-indent",
"version": "4.0.0",
"description": "Detect the indentation of code",
"license": "MIT",
"repository": "sindresorhus/detect-indent",
2016-10-10 03:43:44 +02:00
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
2016-11-03 01:33:53 +01:00
"url": "sindresorhus.com"
2016-10-10 03:43:44 +02:00
},
"engines": {
"node": ">=0.10.0"
},
2016-11-03 01:33:53 +01:00
"scripts": {
"test": "xo && ava"
},
2016-10-10 03:43:44 +02:00
"files": [
2016-11-03 01:33:53 +01:00
"index.js"
2016-10-10 03:43:44 +02:00
],
"keywords": [
"indent",
"indentation",
"detect",
"infer",
"identify",
"code",
"string",
"text",
"source",
"space",
"tab"
],
2016-11-03 01:33:53 +01:00
"dependencies": {
"repeating": "^2.0.0"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"devDependencies": {
"ava": "*",
"xo": "*"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"xo": {
"ignores": [
"fixture/**"
]
}
2016-10-10 03:43:44 +02:00
}