angular-papa-promise
Version:
This module provides an AngularJS service wrapper for the PapaParse (http://papaparse.com/) CSV parsing library.
35 lines (34 loc) • 807 B
JSON
{
"name": "angular-papa-promise",
"version": "0.0.4",
"description": "This module provides an AngularJS service wrapper for the PapaParse (http://papaparse.com/) CSV parsing library so it can be injected via dependency injection. It uses promises instead of the default callback mechanism.",
"main": "dist/angular-papa-promise.js",
"authors": [
"Oliver Färber"
],
"license": "MIT",
"keywords": [
"angular",
"angularjs",
"papaparse",
"promise",
"parser",
"csv",
"service"
],
"homepage": "https://github.com/of17/angular-papa-promise",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "*",
"papaparse": "*"
},
"devDependencies": {
"angular-mocks": "*"
}
}