-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
41 lines (41 loc) · 1 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
{
"name": "angular2-uuid",
"version": "1.1.1",
"description": "Angular 2 / TypeScript crypto-secure UUID generator",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"prepublish": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wulfsolter/angular2-uuid.git"
},
"keywords": [
"angular",
"angular2",
"ionic",
"uuid",
"guid",
"TypeScript",
"crypto",
"secure"
],
"author": "Wulf Solter <[email protected]> (http://wulf.co.nz)",
"license": "MIT",
"bugs": {
"url": "https://github.com/wulfsolter/angular2-uuid/issues"
},
"homepage": "https://github.com/wulfsolter/angular2-uuid#readme",
"devDependencies": {
"@angular/common": "2.4.10",
"@angular/compiler": "^2.4.10",
"@angular/compiler-cli": "^2.4.10",
"@angular/core": "^2.4.10",
"rxjs": "^5.2.0",
"tslint": "^4.5.1",
"typescript": "2.2.1",
"zone.js": "0.7.6"
}
}