This repository has been archived by the owner on Mar 27, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
68 lines (68 loc) · 1.78 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "metal-components",
"version": "3.0.0",
"description": "A collection of UI components built on top of Metal.js (JavaScript) and Bootstrap 3 (HTML/CSS)",
"license": "BSD",
"repository": "metal/metal-components",
"engines": {
"node": ">=0.12.0",
"npm": ">=3.0.0"
},
"files": [
"build"
],
"scripts": {
"test": "gulp test"
},
"keywords": [
"metal",
"metaljs"
],
"dependencies": {
"bootstrap": "^3.3.6",
"bootstrap-sass": "^3.3.6",
"metal-affix": "^2.0.0",
"metal-alert": "^2.0.0",
"metal-autocomplete": "^2.0.0",
"metal-button-group": "^2.0.0",
"metal-clipboard": "^2.0.0",
"metal-datatable": "^2.0.0",
"metal-dropdown": "^3.0.0",
"metal-list": "^2.0.0",
"metal-modal": "^2.0.0",
"metal-pagination": "^2.0.0",
"metal-popover": "^2.0.0",
"metal-progressbar": "^2.0.0",
"metal-rating": "^2.0.0",
"metal-scrollspy": "^2.0.0",
"metal-select": "^2.1.0",
"metal-slider": "^2.0.0",
"metal-switcher": "^2.0.0",
"metal-toggler": "^2.0.0",
"metal-tooltip": "^2.0.0",
"metal-treeview": "^2.0.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.0.0",
"babel-preset-metal-resolve-source": "^1.0.0",
"chai": "^3.4.1",
"gulp": "^3.8.11",
"gulp-metal": "^1.0.0",
"isparta": "^4.0.0",
"karma": "^0.13.9",
"karma-babel-preprocessor": "^6.0.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.0",
"karma-commonjs": "0.0.13",
"karma-coverage": "^0.5.1",
"karma-mocha": "^0.2.0",
"karma-scss-preprocessor": "^1.0.0",
"karma-sinon": "^1.0.4",
"karma-source-map-support": "^1.1.0",
"liferay-gulp-tasks": "^0.4.1",
"merge": "^1.2.0",
"mocha": "^2.3.4",
"run-sequence": "^1.1.5",
"sinon": "^1.17.2"
}
}