-
Notifications
You must be signed in to change notification settings - Fork 52
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.16 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.16 KB
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
46
47
{
"name": "@talend/bootstrap-sass",
"version": "5.6.2",
"description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
"main": "assets/javascripts/bootstrap.js",
"style": "assets/stylesheets/_bootstrap.scss",
"sass": "assets/stylesheets/_bootstrap.scss",
"scripts": {
"build": "echo nothing to build in bootsrap-sass",
"test": "echo nothing to test in bootsrap-sass",
"test:update": "echo nothing to test in bootsrap-sass",
"test:cov": "echo nothing to test in bootsrap-sass"
},
"files": [
"assets",
"CHANGELOG.md",
"LICENSE",
"README.md"
],
"repository": {
"type": "git",
"url": "git://github.com/Talend/ui"
},
"keywords": [
"bootstrap",
"sass",
"css"
],
"contributors": [
"Thomas McDonald",
"Tristan Harward",
"Peter Gumeson",
"Gleb Mazovetskiy"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Talend/ui/issues"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@talend/eslint-config": "^14.1.3",
"@talend/eslint-plugin": "^1.8.1",
"eslint": "^10.1.0"
}
}