forked from wulfsolter/angular2-signaturepad
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.18 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
{
"name": "angular2-signaturepad",
"version": "2.2.1",
"description": "Angular2 Component wrapper for szimek / signature_pad",
"main": "index.js",
"typings": "./index.d.ts",
"scripts": {
"prepublish": "node ./node_modules/@angular/compiler-cli/src/main.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wulfsolter/angular2-signaturepad.git"
},
"keywords": [
"signature",
"sign",
"finger",
"canvas"
],
"author": "Wulf Solter <[email protected]> (http://wulf.co.nz)",
"license": "MIT",
"bugs": {
"url": "https://github.com/wulfsolter/angular2-signaturepad/issues"
},
"homepage": "https://github.com/wulfsolter/angular2-signaturepad#readme",
"dependencies": {
"signature_pad": "1.5.3"
},
"devDependencies": {
"@angular/common": "2.0.1",
"@angular/compiler": "2.0.1",
"@angular/compiler-cli": "0.6.3",
"@angular/core": "2.0.1",
"@angular/platform-browser": "2.0.1",
"@angular/platform-browser-dynamic": "2.0.1",
"@angular/platform-server": "2.0.1",
"rxjs": "5.0.0-beta.12",
"typescript": "2.0.3",
"zone.js": "0.6.25"
}
}