forked from webcat12345/ngx-ui-switch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.73 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": "ngx-ui-switch",
"version": "1.3.2",
"description": "switch button for angular4",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack-dev-server --port 4000 --config webpack.config.js --inline --progress --profile --colors --watch --display-error-details --display-cached --content-base",
"example": "webpack --config webpack.config.js --inline --progress --profile --colors --display-error-details --display-cached --content-base",
"tsc": "tsc --rootDir src --outDir dist --declaration",
"prebuild": "rimraf dist",
"build": "npm run tsc",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webcat12345/ngx-ui-switch.git"
},
"author": "webcat12345",
"license": "MIT",
"keywords": [
"angular2",
"angular4",
"ngx",
"ng2",
"uiswitch",
"switch",
"ui"
],
"dependencies": {},
"devDependencies": {
"@angular/common": "4.1.1",
"@angular/compiler": "4.1.1",
"@angular/core": "4.1.1",
"@angular/forms": "4.1.1",
"@angular/http": "4.1.1",
"@angular/platform-browser": "4.1.1",
"@angular/platform-browser-dynamic": "4.1.1",
"@types/jasmine": "^2.2.29",
"@types/node": "^7.0.12",
"glob": "^7.1.0",
"raw-loader": "^0.5.1",
"reflect-metadata": "^0.1.3",
"rimraf": "^2.5.4",
"rxjs": "5.3.1",
"ts-loader": "^2.0.3",
"typescript": "^2.0.0-beta",
"webpack": "^2.3.3",
"webpack-dev-server": "^2.4.5",
"zone.js": "^0.8.5"
},
"bugs": {
"url": "https://github.com/webcat12345/ngx-ui-switch/issues"
},
"homepage": "https://github.com/webcat12345/ngx-ui-switch#readme"
}