ng-pell
Version:
An angular wrapper for the pell library
45 lines (44 loc) • 1.06 kB
JSON
{
"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"
}
}