-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.04 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
{
"name": "ng-pell",
"version": "0.7.4",
"description": "An angular wrapper for the pell library",
"outDir": "./dist",
"main": "./dist/ng-pell.bundle.js",
"module": "./dist/ng-pell.module.js",
"jsnext:main": "./dist/ng-pell.module.js",
"types": "./dist/ng-pell.module.d.ts",
"repository": "https://github.com/snood1205/ng-pell",
"keywords": [
"Angular",
"Angular 2",
"Angular 4",
"pell",
"wysiwyg"
],
"author": {
"name": "Eli Sadoff",
"email": "snood1205@gmail.com",
"github": "snood1205"
},
"license": "GPLv3",
"dependencies": {
"@angular/common": "^4.3.5",
"@angular/compiler": "^4.3.5",
"@angular/compiler-cli": "^4.3.5",
"@angular/core": "^4.3.5",
"@angular/forms": "^4.3.5",
"@angular/platform-browser": "^4.3.5",
"jasmine": "^2.7.0",
"pell": "^0.7.0",
"rxjs": "^5.4.2",
"typescript": "^2.4.2",
"zone.js": "^0.8.14"
},
"scripts": {
"test": "jasmine"
},
"devDependencies": {
"weallbehave": "^1.2.0",
"weallcontribute": "^1.0.8"
}
}