-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.23 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
{
"name": "@openmbee/pane-layout",
"version": "1.1.0",
"description": "A Typescript based set of Angular.js 1.8x Components to manage and define border layouts (Hard Forked from dlamoris/angular-borderlayout",
"main": "lib/index.js",
"module": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm install && tsc",
"format": "prettier --write \"**/*.ts\" \"**/*.js\"",
"lint": "tslint -p tsconfig.json",
"prepack": "npm run build && npm run lint && npm run format"
},
"repository": {
"type": "git",
"url": "git://github.com/open-mbee/pane-layout.git"
},
"keywords": [
"angular"
],
"author": "Charles Galey",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/open-mbee/pane-layout/issues"
},
"homepage": "https://openmbee.org",
"devDependencies": {
"@types/angular": "^1.8.4",
"@types/jquery": "^3.5.14",
"@types/rx-lite": "^4.0.6",
"prettier": "^2.6.2",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.6.4"
},
"dependencies": {
"@uirouter/angularjs": "^1.0.30",
"angular": "^1.8.2",
"jquery": "^3.6.0",
"rx-lite": "^4.0.8"
}
}