Skip to content
This repository has been archived by the owner on Oct 15, 2019. It is now read-only.

Commit

Permalink
Updated dependencies and license date
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenedith committed Feb 27, 2016
1 parent 63d7c59 commit 8de6260
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015 Zenedith
Copyright (c) 2015-2016 Zenedith

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,23 +27,23 @@ npm test
## Dependencies

- [assert-plus](https://github.com/mcavage/node-assert-plus): Extra assertions on top of node's assert module
- [async](): Higher-order functions and common patterns for asynchronous code
- [async](https://github.com/caolan/async): Higher-order functions and common patterns for asynchronous code
- [cheerio](https://github.com/cheeriojs/cheerio): Tiny, fast, and elegant implementation of core jQuery designed specifically for the server
- [commander](): the complete solution for node.js command-line programs
- [commander](https://github.com/tj/commander.js): the complete solution for node.js command-line programs
- [config](https://github.com/lorenwest/node-config): Configuration control for production node deployments
- [festivals-client](): Festivals client library.
- [festivals-client](https://github.com/festivals-tech/npm-festivals-client): Festivals client library.
- [google-spreadsheet](https://github.com/theoephraim/node-google-spreadsheet): Google Spreadsheet Data API -- simple interface to read/write rows + cells
- [json-mapper](https://github.com/dregenor/jsonMapper): simple json mapper to
- [moment-timezone](https://github.com/moment/moment-timezone): Parse and display moments in any timezone.
- [request](): Simplified HTTP request client.
- [winston](): A multi-transport async logging library for Node.js
- [request](https://github.com/request/request): Simplified HTTP request client.
- [winston](https://github.com/winstonjs/winston): A multi-transport async logging library for Node.js
- [winston-loggly](https://github.com/indexzero/winston-loggly): A Loggly transport for winston

## Dev Dependencies

- [istanbul](https://github.com/gotwarlost/istanbul): Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use cases including unit tests, server side functional tests
- [mocha](https://github.com/mochajs/mocha): simple, flexible, fun test framework
- [chai](): BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
- [chai](https://github.com/chaijs/chai): BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
- [rewire](https://github.com/jhnns/rewire): Easy dependency injection for node.js unit testing

## Changelog
Expand All @@ -54,7 +54,7 @@ npm test
## License
The MIT License (MIT)

Copyright (c) 2015 Zenedith
Copyright (c) 2015-2016 Zenedith

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"name": "festivals-importer",
"version": "0.1.5",
"version": "1.0.0",
"description": "Festivals importer.",
"main": "./importer.js",
"dependencies": {
"assert-plus": "^1.0.0",
"async": "^1.5.2",
"cheerio": "^0.20.0",
"commander": "^2.9.0",
"config": "^1.19.0",
"festivals-client": "^0.1.6",
"google-spreadsheet": "^1.1.3",
"assert-plus": "1.0.0",
"async": "1.5.2",
"cheerio": "0.20.0",
"commander": "2.9.0",
"config": "1.19.0",
"festivals-client": "1.0.0",
"google-spreadsheet": "1.1.4",
"json-mapper": "0.0.9",
"moment-timezone": "^0.5.0",
"request": "^2.69.0",
"winston": "^2.1.1",
"winston-loggly": "^1.3.1"
"moment-timezone": "0.5.0",
"request": "2.69.0",
"winston": "2.2.0",
"winston-loggly": "1.3.1"
},
"devDependencies": {
"istanbul": "^0.4.2",
"mocha": "^2.4.4",
"chai": "^3.4.1",
"rewire": "^2.5.1"
"istanbul": "0.4.2",
"mocha": "2.4.5",
"chai": "3.5.0",
"rewire": "2.5.1"
},
"scripts": {
"prepublish": "npm prune",
Expand Down Expand Up @@ -51,11 +51,11 @@
"license": "MIT",
"homepage": "https://github.com/festivals-tech/npm-festivals-importer",
"engines": {
"node": ">=0.10.0"
"node": ">=5.6.0"
},
"readmeFilename": "README.md",
"_id": "festivals-importer@0.1.5",
"_from": "festivals-importer@^0.1.5",
"_id": "festivals-importer@1.0.0",
"_from": "festivals-importer@^1.0.0",
"directories": {
"test": "test"
}
Expand Down

0 comments on commit 8de6260

Please sign in to comment.