angular-papa-promise
Version:
This module provides an AngularJS service wrapper for the PapaParse (http://papaparse.com/) CSV parsing library.
49 lines (48 loc) • 1.31 kB
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.",
"main": "dist/angular-papa-promise.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/of17/angular-papa-promise.git"
},
"keywords": [
"angular",
"angularjs",
"papaparse",
"promise",
"parser",
"csv",
"service"
],
"author": "Oliver Färber",
"license": "MIT",
"bugs": {
"url": "https://github.com/of17/angular-papa-promise/issues"
},
"homepage": "https://github.com/of17/angular-papa-promise#readme",
"devDependencies": {
"angular-mocks": "^1.4.8",
"grunt": "^0.4.5",
"grunt-banner": "^0.6.0",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-uglify": "^0.11.0",
"grunt-karma": "^0.12.1",
"grunt-ng-annotate": "^1.0.1",
"jasmine-core": "^2.3.4",
"jshint": "^2.8.0",
"jshint-stylish": "^2.1.0",
"karma": "^0.13.15",
"karma-chrome-launcher": "^0.2.1",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.1",
"load-grunt-tasks": "^3.3.0",
"phantomjs": "^1.9.18"
},
"dependencies": {}
}