forked from yuyang041060120/ng2-validation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.02 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
69
70
71
{
"name": "ng2-validation",
"version": "4.2.0",
"description": "angular2 validation",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "karma start ./karma.conf.js",
"dev": "webpack-dev-server --port 4001 --watch",
"example": "webpack --optimize-minimize",
"ngc": "ngc",
"prerollup": "rimraf bundles",
"rollup": "rollup -c",
"prebuild": "rimraf dist",
"build": "npm run ngc && npm run rollup",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yuyang041060120/angular2-validate.git"
},
"keywords": [
"angular2",
"validate",
"validation"
],
"author": "yuyang041060120 <yuyang041060120@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/yuyang041060120/angular2-validate/issues"
},
"homepage": "https://github.com/yuyang041060120/angular2-validate#readme",
"devDependencies": {
"@angular/common": "4.0.0",
"@angular/compiler": "4.0.0",
"@angular/compiler-cli": "4.0.0",
"@angular/core": "4.0.0",
"@angular/forms": "4.0.0",
"@angular/http": "4.0.0",
"@angular/platform-browser": "4.0.0",
"@angular/platform-browser-dynamic": "4.0.0",
"@types/jasmine": "^2.2.29",
"@types/node": "^7.0.12",
"bootstrap": "^3.3.7",
"core-js": "^2.4.1",
"jasmine-core": "^2.4.1",
"jasmine-data-provider": "^2.2.0",
"karma": "^1.1.1",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.1",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.3",
"less": "^2.7.2",
"less-loader": "^4.0.2",
"phantomjs-prebuilt": "^2.1.7",
"raw-loader": "^0.5.1",
"reflect-metadata": "^0.1.3",
"rimraf": "^2.5.4",
"rollup": "^0.41.4",
"rollup-plugin-typescript": "^0.8.1",
"rxjs": "^5.2.0",
"ts-loader": "^2.0.3",
"typescript": "^2.2.2",
"webpack": "^2.3.2",
"webpack-dev-server": "^2.4.2",
"zone.js": "^0.8.4"
},
"dependencies": {
"libphonenumber-js": "^0.4.5"
}
}