forked from FrontendMatter/ng2-bootstrap-layout
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 968 Bytes
/
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
{
"name": "ng2-bootstrap-layout",
"version": "2.0.0",
"description": "Angular2 components using Bootstrap Layout",
"scripts": {
"build": "tsc",
"dev": "tsc -w",
"typings": "typings",
"postinstall": "typings install",
"test": "echo \"Error: no test specified\" && exit 1"
},
"main": "index.js",
"author": "MOSAICPRO <contact@mosaicpro.biz> (http://themeforest.net/user/mosaicpro/portfolio)",
"license": "ISC",
"devDependencies": {
"@angular/core": "2.0.0-rc.1",
"bootstrap-layout": "1.0.0-alpha.9",
"bootstrap-layout-scrollable": "1.1.0",
"rxjs": "5.0.0-beta.6",
"typescript": "^1.8.10",
"typings": "^0.8.1"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/themekit/ng2-bootstrap-layout.git"
},
"bugs": {
"url": "https://github.com/themekit/ng2-bootstrap-layout/issues"
},
"homepage": "https://github.com/themekit/ng2-bootstrap-layout#readme"
}