This repository has been archived by the owner on May 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
57 lines (57 loc) · 1.64 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
{
"name": "laxar-accordion-widget",
"version": "3.0.0",
"description": "Provides multiple widget areas in the form of an accordion",
"homepage": "http://laxarjs.org",
"main": "laxar-accordion-widget.js",
"browser": "dist/laxar-accordion-widget.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/LaxarJS/laxar-accordion-widget.git"
},
"scripts": {
"prepublish": "npm run dist",
"test": "npm run karma && npm run eslint",
"dist": "webpack -p",
"start": "webpack && webpack-dev-server --inline",
"karma": "karma start karma.config.js",
"eslint": "eslint *.js spec"
},
"dependencies": {
"laxar-accordion-control": "2.0.0-alpha.2"
},
"devDependencies": {
"angular": "^1.5.11",
"angular-mocks": "^1.5.11",
"angular-sanitize": "^1.5.11",
"babel-core": "^6.23.1",
"babel-loader": "^6.4.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"cross-env": "^3.2.3",
"eslint": "^3.17.1",
"eslint-config-laxarjs": "^0.3.0",
"html-loader": "^0.4.5",
"karma": "^1.5.0",
"laxar": "2.0.0",
"laxar-angular-adapter": "2.0.0",
"laxar-infrastructure": "2.0.0",
"laxar-loader": "2.0.0",
"laxar-mocks": "2.0.0",
"laxar-uikit": "2.0.0",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.1"
},
"peerDependencies": {
"angular": "^1.5.11",
"angular-sanitize": "^1.5.11",
"laxar": "2.0.0",
"laxar-uikit": "2.0.0",
"laxar-angular-adapter": "2.0.0"
},
"bugs": {
"url": "https://github.com/LaxarJS/laxar-accordion-widget/issues",
"email": "info@laxarjs.org"
}
}